Step 4: (Optional) Create attribute mappings for the application
POST {{apiPath}}/environments/{{envID}}/applications/{{samlTestAppID}}/attributes
Create any attribute mappings needed for the source environment application using a POST {{apiPath}}/environments/{{sourceEnvID}}/applications/{{appID}}/attributes
request.
- Set
{{appID}}
to the ID of the SAML application that you created in the previous step.
Request Body
{"name"=>"email", "value"=>"${user.email}", "required"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |