Replies: 2 comments
-
I am also looking for this functionality |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use official feature of the AWS CLI Steps
$ aws configure sso-session
# SSO session name: <session_name i.e. organization name>
# SSO start URL [None]: https://my-sso-portal.awsapps.com/start
# SSO region [None]: us-east-1
# SSO registration scopes [None]: sso:account:access
$ cat ~/.aws/credentials
# [<profile_name>]
# sso_session = <session_name_passed_above>
# sso_account_id = 111122223333
# sso_role_name = <role_you_want_use>
$ aws sso login --profile <profile_name> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has someone been able to use
saml2aws
with AWS Identity Center? Configuring it as a browser simply redirects to the aws idp login page, without injecting the credentials and once logged in the console on the opened browser the information is not propagated to the cli and it hangs.This is my configuration
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions