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

[FIX] Authentik Call results in a 403 Forbidden Error #3

Merged
merged 3 commits into from
May 7, 2024
Merged

Conversation

dr4hcu5-jan
Copy link
Member

Due to an bug in the authentication platform utilized in the project (goauthentik/authentik#8666) the loading of the profile picture from Authentik's API failed with a 403 Forbidden error.
This PR removes any dependency on Authentik and makes use of generic functions and a fallback function which supplies a profile picture if none has been set in the userinfo object retrieved from the OpenID Connect Provider

@dr4hcu5-jan dr4hcu5-jan added bug Something isn't working enhancement New feature or request labels May 6, 2024
@dr4hcu5-jan dr4hcu5-jan self-assigned this May 6, 2024
Copy link
Member

@Hushous Hushous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works

@dr4hcu5-jan dr4hcu5-jan merged commit 67b783b into main May 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants