Jon Rosner
Jon Rosner
Thank you for pointing this out.
It should be possible to configure your groups in Active Directory. You can add your users to a specific group (e.g. "Team Backend", "Team Frontend"). https://learn.microsoft.com/en-us/azure/active-directory/hybrid/connect/how-to-connect-fed-group-claims Now what you need...
hey, the groups field should stay the same as I posted earlier `"groups": "/groups"`. You will have to create and assign the proper groups in azure AD and you have...
Please check the JWT token and make sure that the groups are actually put into the correct field that you configured using the `"groups"` property. If possible you could post...
you can do this via Yaade and your browser directly. 1. in your browser open a new tab and open the developer console (cmd+shift+c for chrome) 2. go to the...
Unfortunately I don't know the exact working of Azure AD. But basically the solution to your problem is that you need to get your groups claims into this token somehow....
Closed due to inactivity.
This looks correct. Please check those two things as well: 1) you are using the id_token. Is this info available in the access_token? 2) can you try with a completely...
Does the email field work correctly? When logging in via OIDC open the Settings and go to account. Check if the Username displayed there matches your email.
Thanks, I was able to replicate it. I will push a fix asap.