azureazure-ad-b2chybridazure-ad-b2b

Azure AD and Azure AD B2C using same JWT token


I have a scenario where the users are created in AZ AD B2C(It is an external facing application where users can be from different organizations as well as any individual). The application does this via jwt token from AZ ADB2C. The application also has embedded Power BI report which does not support AD B2C authentication. Is there a possibility to use the same jwt token to validate a user against AZ AD account as well?

Please let me know if the question is not clear.


Solution

  • In general no.

    Azure AD and B2C have two different key sets so the signature will be different. As will the clientID, audience and issuer.