change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://demo.changemetrics.io/
GNU Affero General Public License v3.0
362 stars 56 forks source link

OIDC Authentication Not Recognized #1122

Open chinghwa opened 1 month ago

chinghwa commented 1 month ago

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: oidc_issuer_url: https:///oauth2/default oidc_provider_name: okta oidc_user_claim: sub enforce_auth: true ``` oidc_success1