monocle icon indicating copy to clipboard operation
monocle copied to clipboard

OIDC Authentication Not Recognized

Open chinghwa opened this issue 1 year ago • 0 comments

Discussed in https://github.com/change-metrics/monocle/discussions/1120

Originally posted by chinghwa May 21, 2024 From the docker and Okta logs, I believe I'm successfully being authenticated however when it redirects to the main page, the authentication window is still shown. How can I debug this further?

docker log:

2024-05-21 21:45:07 INFO    Monocle.Main:174: AuthSystemReady {"provider":"okta"}

MONOCLE_OIDC_OKTA_CLIENT_SECRET is set in .secrets.

auth:
  auth_provider:
    oidc_client_id: <id>
    oidc_issuer_url: https://<okta_url>/oauth2/default
    oidc_provider_name: okta
    oidc_user_claim: sub
  enforce_auth: true
oidc_success1

chinghwa avatar May 29 '24 23:05 chinghwa