Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not seeing display name in UI using invite by email sample #647

Open
johnwc opened this issue Nov 4, 2024 · 3 comments
Open

Not seeing display name in UI using invite by email sample #647

johnwc opened this issue Nov 4, 2024 · 3 comments

Comments

@johnwc
Copy link

johnwc commented Nov 4, 2024

We implemented the invite via email sample, but when we get directed to the page to set our password. We are only seeing the readonly email and the two password fields. What tells the UI to also show the displayName field?

@jasjeetsuri
Copy link
Contributor

jasjeetsuri commented Dec 1, 2024

You can use an outputClaim in a selfAssserfed tech profile, with a valid data type for the claim definition (eg textbox). However, if the claim is output by a validation technical profile, then this takes precedence and will not display the claim on screen.

To override this precedence, you can use a displayClaim instead of outputClaim.

@johnwc
Copy link
Author

johnwc commented Dec 2, 2024

Where can we read about all these rules and definitions of elements and attributes? It would be really nice to have a UI that helps build or describe a xml configuration.

@jasjeetsuri
Copy link
Contributor

It’s all in the reference. Each technical profile has a reference that explains all of its functions.

https://learn.microsoft.com/en-us/azure/active-directory-b2c/self-asserted-technical-profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants