Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC Authentication Not Recognized #1122

Open
chinghwa opened this issue May 29, 2024 Discussed in #1120 · 0 comments
Open

OIDC Authentication Not Recognized #1122

chinghwa opened this issue May 29, 2024 Discussed in #1120 · 0 comments

Comments

@chinghwa
Copy link

Discussed in #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant