-
Notifications
You must be signed in to change notification settings - Fork 7
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
Discovery document contains string instead of array #33
Comments
This comment has been minimized.
This comment has been minimized.
@hzafar Thanks for reporting. How did you discover that, what are the implications ? |
Hi @bourgeoa, this was discovered when configuring a Solid OIDC provider for a Spring application using the Spring Security framework. The framework usually allows auto-configuration of an OIDC provider from its discovery document, but in this case it's unable to parse the document due to the type mismatch on |
The response from https://solidcommunity.net/.well-known/openid-configuration contains a string value for the
token_endpoint_auth_methods_supported
key, when this should be an array as per https://datatracker.ietf.org/doc/html/rfc8414.The text was updated successfully, but these errors were encountered: