Forum Discussion
chilberto
Oct 18, 2019Iron Contributor
Azure AD B2C - Claims in Sign up and sign in are not showing
I am missing something simple I am sure... I have a user flow created for Sign up and sign in as follow: I am interested in returning the following claims: When using the run use...
chilberto
Oct 20, 2019Iron Contributor
After trial and error, I believe the behavior is different than I was expecting. I had two boolean values defined in user attributes. These values were not added to the user attributes of the user flow but added to the application claims. My assumption was the values would be set to false in this case but they are not.
In short, it is as simple as if a claim does not have a value then it will not be returned. So a boolean claim will then have three possible values: true, false, missing.
I tested this with Postcode and it has the same behavior