aws_login_start
Start an AWS SSO login using device-code flow, returning a verification URL and code for the user to open in their browser and authenticate. Then complete the login with the returned session ID.
Instructions
Start an AWS SSO login via the device-code flow (no browser spawned from this process). Returns a verification URL and short code -- surface these to the user so they can open the URL in their own browser and paste the code. After they auth, call aws_login_complete with the returned sessionId to confirm completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile configured for SSO. Defaults to $AWS_PROFILE or 'default'. |