-
Notifications
You must be signed in to change notification settings - Fork 165
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
Support SSO #282
Comments
Right now it's not supported, we support profiles for AWS or normal flags/env. Could you describe a bit more you usecase so we could check and potentially add it? |
@xescugc In my profile, it looks like,
and I log in using after logged in, |
This PR #295 should fix the issue ideally :). |
and you need to remove required option.
|
Did you build it from the PR? Because it's not yet merged. |
I built it from your branch (fg-282) and had the same issue. |
The issue more in general is that the tool is requiring access key and secret key, that don't fit advanced authentication models such as SSO and ADFS. |
Much needed for saml based authentication as well. |
Abstract
In attempting to use AWS SSO I was given an error than an explicit access-key/secret-key was required, is SSO authentication supported?
Proposal
Support AWS SSO
The text was updated successfully, but these errors were encountered: