Replies: 3 comments 1 reply
-
Update: I have it working but only after manually updating the authorization_url, access_token_url, and profile_url directly in the database. When creating the OAuth source the default URLs are as follows:
I modified the authorization and access token URLs as follows, but didn't change the profile URL:
After saving, the URLs are:
Note that Authentik changed the profile URL. I then modified the appropriate row in the authentik_sources_oauth_oauthsource to set the URLs, including reverting the profile URL to the default value. Authentication now works. Huzzah! Interestingly, when viewing the source details in Authentik, the URLs show the default values, but if you edit the source the current values display. If you make ANY changes, the URLs are overwritten as follows:
So the authorization and access token URLs are reverted to their default values. At this point authentication no longer works and I need to update the row in the database again. Am I doing something boneheaded or might this be a bug? |
Beta Was this translation helpful? Give feedback.
-
I have met the same issue. Is there a way to update docker containers to a fixed version? |
Beta Was this translation helpful? Give feedback.
-
I can confirm the issue. The bug occurs when using the latest Authentik image tag The issue seems to be that the Note: The frontend will always show Let's track this bug here: #7744 |
Beta Was this translation helpful? Give feedback.
-
I followed the instructions in the documentation for setting up Azure AD OAuth. However, I cannot save changes to either the Authorization URL or the Access Token URL. I can change them, and I receive a message saying "Successfully updated source", but neither URL is changed from the default. Because we are using a single tenant, I need to replace "common" with the tenant ID. Presumably this will not work until I can get those URLs updated.
I recreated the Azure AD source 4 times to no avail. As an aside, I was successful in configuring OAuth for Google, so I can log in via local auth and Google.
Does anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions