Using the Okta Service

You can configure the connector to authenticate the connection using credentials obtained from the Okta credentials provider. To do this, you must specify information about the Okta service, such as the host name of the Okta service and the Okta application ID.

To configure authentication using Okta:

  1. Set the AuthenticationType property to Okta.
  2. Set the UID property to the user name associated with your Okta account.
  3. Set the PWD property to the password associated with your Okta user name.
  4. Set the IdP_Host property to the host name of the Okta service.
  5. Set the App_ID property to the Okta-supplied ID associated with your Athena application.
  6. Optionally, set the Preferred_Role property to the Amazon Resource Name (ARN) of the role that you want to assume when authenticated through Okta.
  7. Optionally, set the App_Name property to the name of your Okta application.