aws_login_start
Initiate AWS SSO login via device-code flow. Returns a verification URL and short code for the user to open in their browser and paste the code. Call the completion tool with the sessionId to finish.
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'. |