-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
[Feature request] Support Okta #163
Comments
Thanks @yermulnik for the praises :) Adding Okta support would be awesome and if only I would be able to build a virtual environment to simulate Okta + AWS then I could think about extending functionality of this tool. Do you know how to setup such an environment, so it would be feasible to develop application against the environment? |
Looks like Okta offers free accounts for developers. Hope this links would help: |
And since Okta can leverage SAML there's no any special requirement on AWS side apart from configuring Identity Provider and Trust Relationship for IAM Role just like one would do for ADFS. Once again thanks for your effort and the great tool =) |
There are already a number of other tools that support Okta. In particular, Nike-Inc/gimme-aws-creds and Versent/saml2aws are both well-maintained. It may be worth looking into using one of them instead of adding this functionality to a tool that is specific to ADFS. |
@damscott Thanks for the pointers. I will take a look at these along with a hope to see this option added to |
I've been using this marvelous tool for AWS auth via ADFS for about three years now and I want to appreciate what you guys do and the development effort being of high quality and speed.
Though the company I work for is switching from ADFS to Okta by the end of April and I'm indeed looking forward into having this option in
aws-adfs
.Thanks in advance.
The text was updated successfully, but these errors were encountered: