Azure-Samples / active-directory-b2c-advanced-policies

Sample for use with Azure AD B2C with Custom Policies.
http://aka.ms/aadb2ccustom
MIT License
218 stars 143 forks source link

Example of a OrchestrationStep Type ReviewScreen #2

Open whatisthejava opened 7 years ago

whatisthejava commented 7 years ago

Hi, can you please include a working example of a User Journey which uses an orchestrationStep with Type = "ReviewScreen"

I keep getting a 500 error when trying to submit it so im not sure what I am doing wrong

Thanks

rojasja commented 7 years ago

Hello. I am from the product team. As you may know we have these features under private preview and we are eager to get your feedback which helps us get this service ready for broader availability.

I assume you are getting the generic "500 internal server error."
Can I also assume that you already have other custom (uploaded) policies working correctly? and the problem seems to be restricted to the "ReviewScreen" orchestration step type?

and lastly, have you used the UserJourney Recorder to be able to see where the error is coming up?

Are you seeing this in the browser after invoking the b2c custom policy?

whatisthejava commented 7 years ago

Hi rojasja,

I get the 500 error when trying to submit with the review screen. I think it is because my datauri in content definition is type selfasserted which fails if you dont submit any claims, but with review screen I dont get to wrap it in a technical profile so I cant supply claims.

is there a specific datauri type for review screens.

Yes i have tried the user journey recorder which points me towards the specific datauri solution

Thanks