Replies: 2 comments 1 reply
-
I got it working using
And not configuring the And the callback URL which is sent by Thruk is in whitelist on $APPLICATIONID. @sni : potentially the example section can be enrichted here: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you forgot to wrap your config between:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to integrate Azure AD Oauth2 login method to Thruk but encountered an issue. Below is my configuration in Thruk:
<auth_oauth>
login = "Azure AD"
client_id = xxxxx
client_secret = xxxxx
scopes = openid profile email
auth_url = https://login.microsoftonline.com/Tenant-ID/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/Tenant-ID/oauth2/v2.0/token
api_url = https://graph.microsoft.com/v1.0/me
login_field = email
</auth_oauth>
I'm getting error from Azure portal as below:
"Sorry, but we’re having trouble signing you in.
AADSTS900971: No reply address provided."
RedirectURI is set in Azure AD already as: https://fqdn/thruk/cgi-bin/login.cgi
I really have no idea what could cause this problem nor knowing how to debug on this issue. May I have a change for any help here as I couldn't find anymore information anywhere else. Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions