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 am trying to configure GoGatekeeper to work with Auth0 as the OIDC provider. However, I am encountering an issue where GoGatekeeper fails due to a mismatch in the issuer URL provided by Auth0's discovery endpoint.
Auth0 includes a trailing slash in the issuer field of its discovery document, as shown below:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to configure GoGatekeeper to work with Auth0 as the OIDC provider. However, I am encountering an issue where GoGatekeeper fails due to a mismatch in the issuer URL provided by Auth0's discovery endpoint.
Auth0 includes a trailing slash in the issuer field of its discovery document, as shown below:
GoGatekeeper appears to compare the configured oidc-issuer-url without the trailing slash, resulting in a mismatch and the following error:
failed to get provider configuration from discovery {"error": ""issuer" in config (https://my-custom-domain.eu.auth0.com/) does not match provided issuer URL (https://my-custom-domain.eu.auth0.com)"}
I looked into the documentation but couldn't find an option to set the issuer manually or configure GoGatekeeper to handle this discrepancy.
My Questions:
Does anyone know if there’s a way to:
Any guidance or suggestions would be greatly appreciated.
Thank you!
Regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions