Richard Nemeth
2 years ago
No known key found for this signature in database
GPG Key ID: 21C39470DF3DEC39
1 changed files with
1 additions and
1 deletions
-
src/keycloak/urls_patterns.py
|
|
@ -34,7 +34,7 @@ URL_INTROSPECT = "realms/{realm-name}/protocol/openid-connect/token/introspect" |
|
|
|
URL_ENTITLEMENT = "realms/{realm-name}/authz/entitlement/{resource-server-id}" |
|
|
|
URL_AUTH = ( |
|
|
|
"{authorization-endpoint}?client_id={client-id}&response_type=code&redirect_uri={redirect-uri}" |
|
|
|
"&scope={scope}&state={state} " |
|
|
|
"&scope={scope}&state={state}" |
|
|
|
) |
|
|
|
|
|
|
|
# ADMIN URLS |
|
|
|