SAML application setup
We supports various configurations for Okta. The following is an example of an Okta setup.- Log into your Okta dashboard
- Head over to Applications -> Applications in the left-hand sidebar
- Click the Create App Integration button
- Select SAML 2.0 in the menu
- Fill in the General Settings with any values
- On the Configure SAML step fill in the following
- Single sign-on URL:
https://auth.gr4vy.com/login/callback?connection={instance_id}-{environment}-saml&organization={instance_id}wheregr4vy_idunique ID of your instance andenvironmentis eithersandboxorproduction. In some cases this ID may be slightly different when we set it up. - Audience URI (SP Entity ID):
urn:auth0:gr4vy:{instance_id}-{environment}-saml - Add the following Attribute Statements with an Unspecified name format
name->user.displayNameemail->user.emailgr4vy_roles->user.gr4vy_rolesgr4vy_environments->user.gr4vy_environments
- Single sign-on URL:
- Finish the application setup
Before continuing, please ensure our team has set up the application for you.
Please reach out to our support team to get this enabled
Users access
Once an application is set up, it’s important to make sure the right users have access to the application. This is something that can be configured on the user profile, through a group, or through app properties. In either setup, it’s important to apply the following profile properties to the intended users.Profile properties
With the steps above the connection should work but no roles or environments are assigned to any user. By default, users are restricted to the analyst role in the sandbox environment. To set this up properly, we recommend you add two new custom variables to all profiles.Roles
Thegr4vy_roles property is used to control the roles a user has. This needs to be an array with the following values.
If not set this defaults to analyst.
analystadministratorcustomer-supportpii-viewersystem-managersystem-supportuser-managerreport-managerreport-viewer
Environments
Thegr4vy_environments property is used to control the environments a user has access to. This needs to be an array
with one or more of the following values. If not set this defaults to sandbox.
productionsandbox