Authentication for Machines #4002
Unanswered
marcelo-modolo
asked this question in
Q&A
Replies: 1 comment
-
Client ID tokens can't access user info on Entra. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I read the documentation and the example in Authentication for Machines for Github but I would like to authenticate using an Enterprise Application in Azure AD, I made several attempts without success.
After setting up the coenctor, getting the token from Azure AD, I get the following error when trying to get the token from Dex:
{"level":"error","msg":"failed to verify subject token: oidc: error loading userinfo: 400 Bad Request: ","time":"2025-02-21T22:24:06Z"}
The connector configuration excerpt is below
I searched but couldn't find a configuration example for Azure AD
Beta Was this translation helpful? Give feedback.
All reactions