We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the Okta authentication backend asks for a username and password. It would be nice if it would also consider MFA.
Here's an example (in Java) of how such a MFA challenge could look like https://github.com/oktadeveloper/okta-aws-cli-assume-role/blob/master/src/main/java/com/okta/tools/awscli.java#L789
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
This issue can be closed thanks to #3653
Will do.
No branches or pull requests
Currently the Okta authentication backend asks for a username and password. It would be nice if it would also consider MFA.
Here's an example (in Java) of how such a MFA challenge could look like
https://github.com/oktadeveloper/okta-aws-cli-assume-role/blob/master/src/main/java/com/okta/tools/awscli.java#L789
The text was updated successfully, but these errors were encountered: