Replies: 1 comment
-
|
I answer to myself for those who will be in the same case.... I had also a misconfiguration in ADFS, in the Web API Application, the Identifier should be the Client ID of the Application. |
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.
-
Hello,
I manage to get OIDC auth. working in my test lab.
But I couldn't find how to get get custom claims sent by my ADFS server in headers variables.
Is there any parameter that I missed ?
Environment : Debian 12 / Apache 2.4 / php 8.3 / mod_auth_openidc 2.4.12 / ADFS 2019
Apache config. :
PHP Test Code in root folder to show headers :
I should have other claims, like : email,sn,givenname
Sample test :
Beta Was this translation helpful? Give feedback.
All reactions