Skip to main content

Module request

Module request 

Source
Expand description

STS request parsing.

Extracts AssumeRoleWithWebIdentity parameters from a form-urlencoded parameter string — a query string, or the body of an application/x-www-form-urlencoded POST (the shape AWS SDKs send); try_handle_sts checks both.

Structs§

StsRequest
Parsed STS AssumeRoleWithWebIdentity request parameters.

Functions§

try_parse_sts_request
Try to parse an STS request from a form-urlencoded parameter string — a query string, or a form-encoded POST body (the two places AWS STS accepts parameters).