Steps on Make
Go to Organization > SSO.
Enter the following information from Okta into the IdP login URL and Identity provider certificate fields.
{"email":"{{get(user.attributes.email, 1)}}","name":"{{get(user.attributes.profileFirstName, 1)}}
{{get(user.attributes.profileLastName, 1)}}","id":"{{user.name_id}}"}
In the Allow unencrypted assertions, select Yes.
In the Allow unsigned responses, select No.
To allow the Sign requests, select Yes.
Click Save.
Last updated