- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 253
Why introspection_endpoint parameter not use discovered data? #255
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
Comments
Unfortunately the introspection endpoint is not part of the standard discovery document, see https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata It is part of RFC 8414 which would use a different URI and is not a superset of OIDC discovery. We probably could try to see whether our discovery data contains |
Ok, I See. Thanks for your explanation! |
Agree, it would make sense to start supporting RFC 8414 and do it in the way @bodewig describes. |
see #255 Signed-off-by: Stefan Bodewig <[email protected]>
cdaf824 adds discovery as a fallback when
|
Environment
Expected behaviour
The introspection_endpoint can be find in discovered data,and why does not this parameter use discovered data?
Actual behaviour
I need pass this parameter.
Minimized example
Configuration and NGINX server log files
Config and logs for the minimized example, possibly provided as attachments.
The text was updated successfully, but these errors were encountered: