2

I want to single sign on multiple domains i.e. www.a.com and www.b.com using MSAL with Azure B2C.I used local storage as cache location, but single sign on does not work in multiple domains.

Joel Guerra
  • 4,760
  • 4
  • 12
  • 26

1 Answers1

1

For SSO to work the Reply URLs in the app registration must all belong to the same domain. It is not currently possible to reply to multiple domains. For reference, see this thread.

The portal itself has a note: "Redirect URIs must all belong to the same domain."

enter image description here

Unfortunately, as far as I know there is no way to achieve this right now in Azure.

I recommend upvoting this feature request in User Voice for the B2C team to review.

Marilee Turscak - MSFT
  • 7,367
  • 3
  • 18
  • 28