Replies: 2 comments 2 replies
-
I guess that's a question for MS: if you're sure you've configured the metadata document in the correct way then apparently they sign the token with a key that is not published on the endpoint that they advertise |
Beta Was this translation helpful? Give feedback.
2 replies
-
Figured it out. Under the "Enterprise Application" linked to this I had enabled SAML SSO at some point in the app when playing with this. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Attempting to authenticate against Azure AD single tenant. Specifically using OpenStack Keystone and playing with it's federation support via OpenID Connect. Their rough docs are at https://docs.openstack.org/keystone/latest/admin/federation/configure_federation.html#setting-up-openid-connect but I ultimately referred to https://github.com/OpenIDC/mod_auth_openidc/wiki/Azure-Active-Directory-Authentication
The setup I crafted is:
Everything in the logs seems fine until I hit this spot...
I followed the Azure wiki page. I've tried editing the manifest and setting
"accessTokenAcceptedVersion": 2,
but that hasn't helped either.Beta Was this translation helpful? Give feedback.
All reactions