Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is the api endpoint for authentication #206

Closed
Ming-Lyu opened this issue Jun 25, 2021 · 2 comments · Fixed by #353
Closed

where is the api endpoint for authentication #206

Ming-Lyu opened this issue Jun 25, 2021 · 2 comments · Fixed by #353

Comments

@Ming-Lyu
Copy link

Ming-Lyu commented Jun 25, 2021

where can i find the function for open authentication, I tried auth_url, the server logs:

17:06:58,084 WARN  [org.keycloak.services] (default task-2) KC-SERVICES0091: Request is missing scope 'openid' so it's not treated as OIDC, but just pure OAuth2 request.

the server recognize this request as OAuth2 since it doesn't specify the scope parameter, should I custimze this method to include scope=id to make the authentication work?

@double-a
Copy link
Contributor

double-a commented Jul 1, 2021

Which function are you using?

@Zerek-Cheng
Copy link
Contributor

i found the problem and fix it

#353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants