-
Notifications
You must be signed in to change notification settings - Fork 396
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
docs: added documentation for data mapping of SAML attributes #2078
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great 🎉
I have a few small change requests for a bit cleaner style, let me know what you think
:::note | ||
|
||
Important: Ensure that the appropriate identity schema is created before mapping attributes. The email attribute is natively | ||
available in `claims.email`, everything else is nested under `claims.raw_claims`. | ||
|
||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:::note | |
Important: Ensure that the appropriate identity schema is created before mapping attributes. The email attribute is natively | |
available in `claims.email`, everything else is nested under `claims.raw_claims`. | |
::: | |
:::warning | |
Ensure that the appropriate identity schema is created before mapping attributes. The email attribute is natively | |
available in `claims.email`, everything else is nested under `claims.raw_claims`. | |
::: |
If you want to emphasize the importance here I would recommend to use "warning" or "danger" admonition - best use those if something will break prod if you get it wrong
|
||
::: | ||
|
||
Example: Mapping `firstName` and `lastName` from the SAML Identity Provider to the Ory identity schema (traits) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Example: Mapping `firstName` and `lastName` from the SAML Identity Provider to the Ory identity schema (traits) | |
#### Example SAML data mapping | |
Mapping `firstName` and `lastName` from the SAML Identity Provider to the Ory identity schema (traits). |
imo a bit cleaner to use a dedicated headline here
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
Further comments