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.
Asked
Active
Viewed 225 times
0
-
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 Answers
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
-
-
Subjourney being in public preview, any concerns using this in production? @Jas – Bandz Feb 20 '21 at 15:57
-
You could implement it without a sub journey if it is a concern. It’s essentially a big IF statement that can be reimplemented with lots of preconditions in the main journey. – Jas Suri - MSFT Feb 21 '21 at 00:27