Dialects
Claim dialects define how Strivacity expresses customer data outside the platform, for example, in an OIDC id_token
or a SAML assertion. A dialect maps native claims to the external claim names required by applications or standards. Strivacity provides a default OIDC dialect, and administrators can create additional dialects as needed.
Create a dialect
To create a dialect:
- In the Admin Console, go to Identities → Dialects.
- Select Create.
- Fill in the fields:
- Dialect name: name of the dialect.
- Description: optional description of its purpose.
- Policy tag: optional labels you can assign to a dialect. Tags help categorize and filter resources across the Admin Console.
- Dialect URI: unique URI identifier for the dialect.
- Copy claims from: optionally copy claims from an existing dialect.
- Select Save.
- Add or edit claims in the dialect to map native claims to external claim names.
Edit a dialect
To edit an existing dialect:
- In the Admin Console, go to Identities → Dialects.
- Select a dialect from the list.
- On the Claims tab, do one of the following:
- Add a claim mapping: select Create.
- Edit a claim mapping: select the claim row to open Edit claim.
- In Edit claim, update the fields as needed:
- Claim name: the external claim name used in the dialect.
- Native claim: the Strivacity native claim to map to.
- Dialect URI: read-only, shows the dialect's namespace.
- To remove the mapping, select Delete claim in the Danger zone.
- Save your changes.
Changing a mapping updates how that claim is emitted for tokens/assertions that use this dialect.
Standard claim sets
Strivacity includes default dialects that contain claims that you can use out of the box when integrating with an external client/service.
OpenID Connect Standard Claims dialect
Claim name | Native claim |
---|---|
country | Country |
family_name | Family name |
gender | Gender |
given_name | Given name |
locality | City |
middle_name | Middle name |
nickname | Nickname |
phone_number | Phone number |
picture | Picture |
postal_code | Postal code |
region | Region |
street_address | Street address |
Updated 6 days ago