OAuth 2.0 module with ADFS
Hello !
I managed to configure an OAuth 2.0 module with ADFS.
My problem is I can't get anything but the sub in the /userinfo
(https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/overview/ad-fs-faq#operations “The AD FS UserInfo endpoint always returns the subject claim as specified in the OpenID standards. AD FS doesn't support additional claims requested via the UserInfo endpoint.” )
Is there a way to use the data in the token instead of the userInfo (as Grafana does for example) ?
Thanks !
Please sign in to leave a comment.
The upcoming YouTrack 2026.1 brings a dedicated OIDC auth module, that is designed to take user information from the token.
It is expected to go live at the end of March.
Awesome news !!!
Thank you !