You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having gone through it, I have yet to get things working. Here are some of the issues/discrepancies I've run into after following both tutorials:
In step 3 of “create the SAML token issuer”, it has you setting up the technical profile for Saml2AssertionIssuer. There, it makes no reference to changing the StorageReferenceIds for the crypto keys. However, towards the bottom, it has an example profile with these filled in with the auto-generated name prefixes. Which is right?
In step 2 of “add the saml relaying party to user journey(s)”, it asks you to find the UserJourney with Id=”SignIn”. I only had “SignUpOrSignIn”, so I used that, is that OK?
Similarly, in step 6, it tells you to copy the SignIn.xml file, but I only had SignUpOrSignin.xml so I used that. Is that OK?
Same section, step 8, it says to “modify its policy ID to new GUID”. My policy ID was currently “B2C_1A_signup_signin”. Should it be “B2C_1A_signup_signin_saml” or truly a GUID?
Hello,
I've been trying to follow https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/blob/master/Walkthroughs/RP-SAML.md after having completed the instructions on https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-get-started-custom.
Having gone through it, I have yet to get things working. Here are some of the issues/discrepancies I've run into after following both tutorials:
The text was updated successfully, but these errors were encountered: