-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
SSO failing with "Missing attribute 'email' in attributes" when using Authelia #1254
Comments
I'm receiving similar problem, but with Keycloak. following this documentation to setup OAuth2 Stirling starts up fine, but when I click the SSO button the webpage I'm taken to displays:
However my Auth provider is passing along scopes. |
Possible fix! Enter the container and edit the
After that, stop & remove the container, re-spin, and then SSO worked for me Assuming this works for you, there may need to be creation for a new environment variable (e.g., |
@K-J-VV I have been going through the code and look's like the environment variable already exists. Added the following to my docker-compose and things are working well (I deleted the configs to make sure no old configs didn't come back to haunt me)
Working example for me;
|
Testing the SSO functionality against authelia using OAUTH2, I am getting the error that Stirling PDF cant find the email attribute but it is being passed over.
Stirling-PDF Version: v0.24.4
Here is my docker-compose for Stirling PDF
Error
The text was updated successfully, but these errors were encountered: