Browse Source
fix: Removing the admin realm variable which I created and is no longer needed
pull/521/head
Geoff Owen
9 months ago
No known key found for this signature in database
GPG Key ID: A3580C1F184596B6
1 changed files with
0 additions and
1 deletions
-
src/keycloak/urls_patterns.py
|
|
@ -43,7 +43,6 @@ URL_CLIENT_REGISTRATION = URL_REALM + "/clients-registrations/default" |
|
|
|
URL_CLIENT_UPDATE = URL_CLIENT_REGISTRATION + "/{client-id}" |
|
|
|
|
|
|
|
# ADMIN URLS |
|
|
|
URL_ADMIN_ROOT = "admin/realms/{realm-name}" |
|
|
|
URL_ADMIN_USERS = "admin/realms/{realm-name}/users" |
|
|
|
URL_ADMIN_USERS_COUNT = "admin/realms/{realm-name}/users/count" |
|
|
|
URL_ADMIN_USER = "admin/realms/{realm-name}/users/{id}" |
|
|
|