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

Client should not check if an ID token was returned for pure OAuth clients on refresh #157

Closed
jjg-123 opened this issue Jan 24, 2024 · 0 comments

Comments

@jjg-123
Copy link
Contributor

jjg-123 commented Jan 24, 2024

The server correctly does not return an ID token if the client is OAuth only -- ID tokens require an OIDC client. The OA4MP client code, however, still checks if the ID token was returned from a refresh and fails. It should query if the client is OIDC and not check.

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

No branches or pull requests

1 participant