Azure AD B2C with AAD SignIn user journey is expecting wrong issuer

Arturo 46 Reputation points
2019-11-07T18:35:59.777+00:00

I have setup the AAD Sign In within B2C following the instructions in this documentation article: https://learn.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-aad-custom?tabs=applications

The process fails when AAD redirects to the response endpoint on B2C and then being redirected to https://jwt.ms with the follwing message: AADB2C90238:
The provided id_token does not contain a valid issuer. Valid issuer values: 'https://sts.windows.net/<aad-tenant-id>/<b2c-tenant-id>/'. Please provide another token and try again.

Of course this will fail because the token originating from AAD issuer will only be https://sts.windows.net/<aad-tenant-id>

Why is B2C expecting the B2C tenant ID as part of the issuer from AAD?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Accepted answer
  1. FrankHu-MSFT 976 Reputation points
    2019-11-13T18:48:35.567+00:00
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.