-
Notifications
You must be signed in to change notification settings - Fork 33
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
External authentication failed #40
Comments
Also getting this error although I have different logs I also have the following in my kanboard logs
I looked at the code and this seems to be related to LDAP group sync. I tried setting LDAP_GROUP_SYNC to false but the error stil lhappens I have no group key and group filter configured in the oauth settings |
I have the same problem and error authenticating with EntraID |
I solved fixing user API url as "https://graph.microsoft.com/v1.0/me", not as described in plugin's doc |
Actual behaviour
Error shown "External authentication failed"
Expected behaviour
User is logged in
Steps to reproduce
OAuth2 is configured with our corporate IdP, Authentik. All that is needed to trigger the error is to configure the provider and then attempt to login. No other information is provided besides the error and I am unsure how to debug this issue.
Configuration
Attached you will find logs with debug mode activated
kanboardlogs.txt
The text was updated successfully, but these errors were encountered: