Skip to content

Commit

Permalink
Fix userinfo endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Aug 21, 2024
1 parent 2aa21dc commit 4c88633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_backend/auth_plugins/keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def _register(
token = token_result['access_token']

async with session.get(
f'{cls.settings.KEYCLOAK_ROOT_URL}/auth',
f'{cls.settings.KEYCLOAK_ROOT_URL}/userinfo',
headers={
"Authorization": f"Bearer {token}",
"Accept": "application/json",
Expand Down

0 comments on commit 4c88633

Please sign in to comment.