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
AssumeRoleWithWebIdentityrequest 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
POSTbody (the two places AWS STS accepts parameters).