aws_login_start
Begins AWS SSO authentication with device-code flow. Returns a verification URL and code for the user to open in their browser. Then supply the returned sessionId to confirm.
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'. |