Hello, I’ve been facing an issue while trying to use AzureAD as a way to authenticate. I’ve verified that the log on Azure returns successful log in attempt, checked both firewalls and tried to put login.microsoftonline.com as a whitelisted_url inside the app.ini file, but I haven’t been able to make this work. Attempt at telnet connection was successful.
Log output is:
2025/02/20 13:26:25 …eb/routing/logger.go:102:func1() [I] router: completed GET /user/login for 192.168.1.1:0, 200 OK in 20.4ms @ auth/auth.go:179(auth.SignIn)
2025/02/20 13:26:26 …eb/routing/logger.go:102:func1() [I] router: completed GET /user/oauth2/AzureAD for 192.168.1.1:0, 307 Temporary Redirect in 2.2ms @ auth/oauth.go:36(auth.SignInOAuth)
2025/02/20 13:26:29 …rs/web/auth/oauth.go:128:SignInOAuthCallback() [E] UserSignIn: Post “Sign in to your account”: dial tcp 40.126.31.71:443: connect: permission denied
Thank you in advance for any replies.