Browse Source
Merge pull request #59 from hariyerramsetty/master
Documentation: Add client_secret_key while instantiating KeyCloakAdmin()
pull/64/head
Marcos Pereira
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
README.md
|
@ -115,6 +115,7 @@ keycloak_admin = KeycloakAdmin(server_url="http://localhost:8080/auth/", |
|
|
username='example-admin', |
|
|
username='example-admin', |
|
|
password='secret', |
|
|
password='secret', |
|
|
realm_name="example_realm", |
|
|
realm_name="example_realm", |
|
|
|
|
|
client_secret_key="client-secret", |
|
|
verify=True) |
|
|
verify=True) |
|
|
|
|
|
|
|
|
# Add user |
|
|
# Add user |
|
|