OIDC application does not send user claims

Copper Contributor

We have registered and configured an application connected via OIDC in our AzureAD. In the application we have made the User.Read, profile and email api accessable via the api permissions. Next we have configured in the token configuration that the family_name, first_name, email and an extension attribute should be send in the ID_Token. In the manifest we can confirm that these claims will be send as optional claims in a request. 

 

Unfortunately after checking the token,  we found out that except the mail claim, all other claims where not send. 
After trying to find a solution in the internet and inserting the claims into the access token which didnt work, we are now a bit clueless on how to fix this issue. 

 

Therefore our question is, how we can configure an OIDC application to send claims which we set in the token_configuration.  

0 Replies