# Pass User Attributes
DAB gets user attributes from IdP and can pass the user attributes to the application via header or cookie. You can configure these attributes on Datawiza Cloud Management Console (DCMC).
On DCMC, click the name of your application, then select Attributes
.
To add attribute, you need to set
Field
- The original name of the user attribute from your IdP.Expected
- The name of the user attribute your application is expecting.Type
- It could be header or cookie.
See the following screenshot as an example.
For the version after 1.3.9, we add Profile
and Mappings
tabs to config Attribute Pass
:
- By default, We will add four basic attributes,
email
,username
,lastName
andfirstName
. Also, you can add other custom attributes.:
- If you add IdPs in
IdP Configuration
, the default mappings for basic attributes will be added:
- In previous version, if you have multiple IdPs needed to pass attributes, each IdP need to add config in
Attribute Pass
tab. For example, if you want to pass first name for Okta and Auth0, you need to configfistName
mapping tofirstname
for Okta andgiven_name
mapping tofirstname
for Auth0:
Now, after configuring inProfile
andMappings
, we just need to add one config:firstName
mapping tofirstname
. ThenfirstName
of Okta andgiven_name
of Auth0 will be passed: