Hi all,
We’re working on getting OIDC Okta running with galaxy and we’re hitting a bug.
We get:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://myco.okta.com/oauth2/.well-known/openid-configuration?client_id=…
But our well known openid config doesn’t have oauth2 in the url
https://myco.okta.com/.well-known/openid-configuration?client_id=…
On the oidc_backends.config.xml, we have:
<redirect_uri>https://galaxy.myco.org/authnz/okta/callback</redirect_uri>
<api_url>https://myco.okta.com/oauth2</api_url>
Thanks!