Hoping someone here can help
guide me. I’m trying to make a JDBC connection to AWS Athena via Okta. I can access Athena via the Okta Web App. I’m getting conflicting information on what is needed and am running into an MFA problem.
CredentialsProvider=Okta;
OktaHostName=xxxxxxxxxxxxxxx;
OktaAppId=xxxxxxxxxxxxxxx;
OktaAppName=amazon_aws;
OktaMfaType=oktaverifywithpush;
Amazon says the Okta Application Id is a segment of two 20-character strings (for example, Abc1de2fghi3J45kL678/abc1defghij2klmNo3p4).
Okta seems to say it is only a single 20-character string.
I’m not sure how to get the full 40-character string, but when I use just a single 20 character string, it says the Okta app is misconfigured when I try to connect. If I add the template ID /272, then it seems to authenticate, but the MFA never actualizes.
I am not a Okta admin, just a user.
