Browse Source

Merge pull request #59 from hariyerramsetty/master

Documentation: Add client_secret_key while instantiating KeyCloakAdmin()
master
Marcos Pereira 4 years ago
committed by GitHub
parent
commit
83048fb1cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -115,6 +115,7 @@ keycloak_admin = KeycloakAdmin(server_url="http://localhost:8080/auth/",
username='example-admin',
password='secret',
realm_name="example_realm",
client_secret_key="client-secret",
verify=True)
# Add user

Loading…
Cancel
Save