We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa21dc commit 4c88633Copy full SHA for 4c88633
1 file changed
auth_backend/auth_plugins/keycloak.py
@@ -75,7 +75,7 @@ async def _register(
75
token = token_result['access_token']
76
77
async with session.get(
78
- f'{cls.settings.KEYCLOAK_ROOT_URL}/auth',
+ f'{cls.settings.KEYCLOAK_ROOT_URL}/userinfo',
79
headers={
80
"Authorization": f"Bearer {token}",
81
"Accept": "application/json",
0 commit comments