-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
5.1 SSO: Authentication via SSO rejected #325
Comments
Hi, |
production.ERROR: No application encryption key has been specified. {"exception":"[object] (Illuminate\Encryption\MissingAppKeyException(code: 0): No application encryption key has been specified. at /srv/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php:7 |
Thx. |
I don't understand how this is possible by the way. Running 2FAuth without |
I have APP_KEY assigned. |
🤨
Does the time of this error match the time you tried to connect via SSO? |
you are right: that error is not related to SSO problem |
I've the same Problem. Trying to Auth via Authentik OpenID Provider leads to SSO reject. Env Authentik Redirect URIs Logs |
I had the same problem using Authentik OIDC and 2FAuth in Docker behind a Traefik reverse proxy using a self signed certificate (which is mounted into the container and trusted with I traced the problem to Installing ca-certificates inside the docker container: apk add \
--no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/v3.14/main \
ca-certificates fixed the problem. |
Version
5.1.0
Details & Steps to reproduce
After upgrade to 5.1.0 when I access using OID (EntraID), after the signin the system respond "Authentication via SSO rejected".
Before the upgrade it worked.
Expectation
a full access
Error & Logs
No response
Execution environment
No response
Containerization
Additional information
No response
The text was updated successfully, but these errors were encountered: