Hello Mike,
Thanks for posting your question in the Microsoft Q&A forum.
You can follow these steps:
- In Azure AD, navigate to your App Registration for SAP IAS, go to
Token configuration
and selectAdd optional claim
then choose the token type (ID token or Access token) and add the desired claims and then go toApp registrations
> Your app >Manifest
- In the manifest, add your custom attributes under the
optionalClaims
section - Save the changes to the manifest.
- In SAP IAS, go to the
Applications
section and select your application - Navigate to
Subject Name Identifier
andAssertion Attributes
- Configure the attribute mapping to match the claims sent from Azure AD
Remember that the attributes must exist in Azure AD and be associated with the user accounts. For custom attributes, you may need to configure them in Azure AD first and populate them with data.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful