SSO Connections
ADFS
The following SSOProperties are needed to authenticate to ADFS:
- IdProvider: Set this to ADFS.
- IdPSystemUserName: Set this to an IdP user if authentication is to be used for the IdP endpoint.
- IdPSystemPassword: Set this to the password of the IdP if authentication is to be used for the IdP endpoint.
- IdpUrl: Set this to the ADFS url.
AWSRegion=Ireland; Database=sampledb; AWSAccessKey=' '; AWSSecretKey=' '; SSOProperties='IdProvider=ADFS; IDPSystemUsername=user@cdata.com; IdPSystemPassword=CH8WerW121235647iCa6; IdpUrl=https://adfs.domain.com'; AWSRoleArn=arn:aws:iam::1234:role/ADFS_SSO; AWSPrincipalArn=arn:aws:iam::1234:saml-provider/ADFSProvider; S3StagingDirectory=s3://athena/staging;
OKTA
The following SSOProperties are needed to authenticate to OKTA:
- IdProvider: Set this to OKTA.
- IdPSystemUserName: Set this to an IdP user if authentication is to be used for the IdP endpoint.
- IdPSystemPassword: Set this to the password of the IdP if authentication is to be used for the IdP endpoint.
- OktaDomain: Set this to the specific domain you are using in OKTA.
- OktaAppEmbedLink: Set this to the specific EMBED LINK of your Amazon Web Services OKTA app in the GENERAL tab.
- OktaApiToken: Set this to one of the API tokens in your OKTA account.
AWSRegion=Ireland; Database=sampledb; AWSAccessKey=' '; AWSSecretKey=' '; SSOProperties='IdProvider=OKTA; IDPSystemUsername=user@cdata.com; IdPSystemPassword=CH8WerW121235647iCa6; OktaDomain=cdata-us.okta.com; OktaAppEmbedLink=https://cdata-us.okta.com/home/amazon_aws/0oa35m8arsAL5f5NrE6NdA356/272; OktaApiToken=01230GGG2ceAnm_tPAf4MhiMELXZ0L0N1pAYrO1VR-hGQSf'; AWSRoleArn=arn:aws:iam::1234:role/Okta_SSO; AWSPrincipalARN=arn:aws:iam::1234:saml-provider/OktaProvider; S3StagingDirectory=s3://athena/staging;