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
```
Discussed in https://github.com/change-metrics/monocle/discussions/1120