Skip to content
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

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

Open
2 tasks
CountryNerd opened this issue Nov 22, 2024 · 0 comments
Open
2 tasks

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

CountryNerd opened this issue Nov 22, 2024 · 0 comments
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@CountryNerd
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CLI version used

2.22.3

Environment details (OS name and version, etc.)

Cloudshell

@CountryNerd CountryNerd added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant