Mapping matching fields of IdP user
- Nitin Beri (Unlicensed)
- Avinash Kumar
- Akash Kumar Jaiswal (Unlicensed)
- Ashhad Alam
User attribute mapping is used for identifying fields in the Service Provider that you want to map with those fields in the IdP server by synchronizing them on login. It compares the values in the SAML response in case-insensitive manner.
You can map any user field to any arbitrary SAML attribute. For example, you can map the user’s username as a Name.
Mapping SAML assertion attributes to Adeptia user fields can be preformed by using environment variables. You need to create the following environment variables to do this mapping.
Variable Name | Default value | Description |
---|---|---|
SAML_SSO_MAPPINGS_0_NAME | ||
SAML_SSO_MAPPINGS_0_MAPPEDATTRIBUTE | subject.nameid | |
SAML_SSO_MAPPINGS_0_IGNORECASE | true |
to false.
If you want to create another mapping, you need to use the number in incremental fashion. You will be using number 1 (one) in the variable name for the next mapping, for example, SAML_SSO_MAPPINGS_1_NAME.
Once you've mapped the fields successfully, next step is to create users in Adeptia Connect.
Next Step