Hi
After authenticating in B2C i can retrieve the token in the portal using <portal_url>/_services/auth/authorize. I want to use this token to call an api in another Azure Web application. The problem is that any custom claims that were included in the original token from B2C are removed when calling <portal_url>/_services/auth/authorize. Is there a way that the claims can be preserved/added so i can use the token in the api call.
I cant find any documentation regarding this problem so would appreciate any help