Hello experts,
I have an Azure AD application which I am using to generate a v1.0 access token for use in an external app.
I want to add a custom "prn" claim to the token, which will mirror the value of the default "upn" claim.
I have read through teh article below, but due to my lack of experience am not entirely sure that this is what I am after.
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-claims-mapping
Before I dive in and see if I can get my head around this article, can anyone confirm that the above is what I need to do to get the custom claim - i.e. using claims mapping policy and a custom signing certificate?
Many thanks,
Ryan


