-
Notifications
You must be signed in to change notification settings - Fork 59
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
welknown and supported response types #704
Comments
Digging further into .well-known and openid-configuration options I discover there are two properties
https://github.com/OpenIDC/mod_auth_openidc/blob/master/auth_openidc.conf Digging through some public openidc endpoints it seems 'response_types_support' and 'response_modes_supported' yield:
So I assume the well-known endpoint should probably be configured in a similar way? |
* response_types_supported * response_modes_supported
align README with updated behaviour
align README with updated behaviour
align README with updated behaviour
I tried to use mock-oauth2-server as "provider" for automated testing of an apache-setup with https://github.com/OpenIDC/mod_auth_openidc/tree/master
Would this be a valid use-case for mock-oauth2-server?
Currently I am stuck at the apache module logging this error:
auth_openidc:error oidc_metadata_provider_is_valid: could not find a supported response type in provider metadata ((null)) for entry "response_types_supported"
The json from the wellknown-endpoint is received, but mod_auth_openidc seems to miss some piece... :-<
The text was updated successfully, but these errors were encountered: