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
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