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:
- Set the
AuthenticationType
property toOkta
. - Set the
UID
property to the user name associated with your Okta account. - Set the
PWD
property to the password associated with your Okta user name. - Set the
IdP_Host
property to the host name of the Okta service. - Set the
App_ID
property to the Okta-supplied ID associated with your Athena application. - Optionally, set the
Preferred_Role
property to the Amazon Resource Name (ARN) of the role that you want to assume when authenticated through Okta. - Optionally, set the
App_Name
property to the name of your Okta application.
- Security and Authentication
- Authentication Driver Configuration Options
- Configuring Authentication