This commit is contained in:
2025-11-12 22:09:14 +03:00
parent 62352cd2a1
commit 5009cce450

View File

@@ -117,7 +117,7 @@ in
auth_endpoint = "/ui/oauth2";
client_secret = "@replace_oauth_secret@";
map_user_id = "preferred_username";
scope = "openid, email, profile";
scope = "openid email profile";
};
};
};