Replies: 1 comment 1 reply
-
|
Are you sure you're running the latest version? The login error in your screenshot is from an older version. You can check the version by navigating to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1. Describe the Issue
I setup the OIDC login feature using Authentik. When I click Login with OpenID, Authentik login goes through, goes back to Rallly and ther I get login error /auth/error?error=AccessDenied
My Rallly instance and Authenik are both hosted using Docker Compose, and running through Nginx Proxy, using Nginx Proxy Manager.
I tried various other threads and related issues here, but didnt succeed in finding out what is the issue, so any help is very welcome.
2. To Reproduce
3. Expected Behavior
User logs in through OpenID (either links existing account or creates new)
4. Actual Behavior
User gets error message mentioned above and url is /auth/error?error=AccessDenied
5. Screenshots or Error Logs
In Authentik logs, everything shows as if the user was logged in correctly. Rallly logs do not show any info about the error.
For server-side errors or database migration issues, please provide relevant logs:
6. Environment (please complete the following information):
7. Additional Context
rallly.env contents
OIDC_NAME=OpenID
OIDC_DISCOVERY_URL=https://auth.domain.tld/application/o/rallly/.well-known/openid-configuration
#OIDC_ISSUER_URL=https://auth.domain.tld/application/o/rallly/
OIDC_CLIENT_ID=***
OIDC_CLIENT_SECRET=***
OIDC_NAME_CLAIM_PATH=name
OIDC_EMAIL_CLAIM_PATH=email
OIDC_PICTURE_CLAIM_PATH=picture
Beta Was this translation helpful? Give feedback.
All reactions