aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.6k stars 4.14k forks source link

Add --relay-state to aws sso-admin #9100

Open CountryNerd opened 3 days ago

CountryNerd commented 3 days ago

Describe the feature

Currently, the AWS SSO Admin CLI (aws sso-admin) lacks a direct method to configure relay state when creating or updating applications. This feature request proposes adding CLI support for specifying relay state during application creation or as a separate configuration command.

Use Case

Administrators need programmatic ways to configure relay state for SSO applications, especially when managing infrastructure as code or conducting automated deployments.

Proposed Solution

Add a --relay-state parameter to create-application command Alternatively, create a new command like put-application-relay-state or update-application-configuration

Other Information

aws sso-admin create-application \ --name MyApp \ --instance-arn \ --application-provider-arn \ --relay-state https://example.com/sso-redirect

Acknowledgements

CLI version used

2.22.3

Environment details (OS name and version, etc.)

Cloudshell