Skip to content

Commit 4c88633

Browse files
committed
Fix userinfo endpoint
1 parent 2aa21dc commit 4c88633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth_backend/auth_plugins/keycloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async def _register(
7575
token = token_result['access_token']
7676

7777
async with session.get(
78-
f'{cls.settings.KEYCLOAK_ROOT_URL}/auth',
78+
f'{cls.settings.KEYCLOAK_ROOT_URL}/userinfo',
7979
headers={
8080
"Authorization": f"Bearer {token}",
8181
"Accept": "application/json",

0 commit comments

Comments
 (0)