You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to find a way to configure an alternate uri for jwks_uri in .well-known/openid-configuration. I have read discovery_url_options and found that I can change some things but not the full uri. Any help would be appreciated.
I need https://example.com/oauth/discovery/keys to become https://example.com/-/jwks
The text was updated successfully, but these errors were encountered:
Hmm it's not directly possible, but you might be able to achieve this by defining a custom route named oauth_discovery_keys, after the call to use_doorkeeper_openid_connect.
I'm struggling to find a way to configure an alternate uri for
jwks_uri
in.well-known/openid-configuration
. I have read discovery_url_options and found that I can change some things but not the full uri. Any help would be appreciated.I need
https://example.com/oauth/discovery/keys
to becomehttps://example.com/-/jwks
The text was updated successfully, but these errors were encountered: