0

I am configuring Azure B2C with Tableau using SAML protocol. How do I expose the password reset user journey? I can't do it from the portal and the policy URL doesn't load in the browser either.

Bandz
  • 253
  • 4
  • 15
  • we are trying to configure Azure B2C with Tableau too but have been unsuccessful. Able to use Azure AD through AD Domain services but not Azure B2C. How did you achieve this? Any help would be appreciated. – Jap Evans Mar 01 '21 at 05:01

1 Answers1

1

When using a SAML SaaS app where the forgot password error cannot be handled, you can use this sample which embeds the password reset steps into the sign in journey.

https://github.com/azure-ad-b2c/samples/tree/master/policies/embedded-password-reset

Jas Suri - MSFT
  • 10,605
  • 2
  • 10
  • 20