You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the 2FA, the browser shows the error AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application. I checked the redirect_uri and it has this format: https://<host>:3000/user/oauth2/gitea/callback
gitea.log has this error when I go to that page (with error 500): routers/user/auth.go:560 handleOAuth2SignIn()] [E] UserSignIn: could not find a matching session for this request
I'm using MariaDB Ver 15.1 Distrib 10.0.30-MariaDB
Screenshots
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
[x]
):Description
I configured an Authentication Source using this guide https://blog.anoff.io/2019-03-23-configure-azure-ad-for-gitea/ so I can use Azure Active Directory for authenticate the users.
After the 2FA, the browser shows the error
AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application
. I checked the redirect_uri and it has this format:https://<host>:3000/user/oauth2/gitea/callback
gitea.log has this error when I go to that page (with error 500):
routers/user/auth.go:560 handleOAuth2SignIn()] [E] UserSignIn: could not find a matching session for this request
I'm using MariaDB Ver 15.1 Distrib 10.0.30-MariaDB
Screenshots
The text was updated successfully, but these errors were encountered: