DisableOutboundWebIdentityFederation - AWS Identity and Access Management

DisableOutboundWebIdentityFederation

Disables the outbound identity federation feature for your AWS account. When disabled, IAM principals in the account cannot use the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for authentication with external services. This operation does not affect tokens that were issued before the feature was disabled.

Errors

For information about the errors that are common to all actions, see Common Errors.

FeatureDisabled

The request failed because outbound identity federation is already disabled for your AWS account. You cannot disable the feature multiple times

HTTP Status Code: 404

Examples

Example

This example illustrates one usage of DisableOutboundWebIdentityFederation.

Sample Request

https://iam.amazonaws.com/?Action=DisableOutboundWebIdentityFederation &Version=2010-05-08 &AUTHPARAMS

Sample Response

<DisableOutboundWebIdentityFederationResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> <ResponseMetadata> <RequestId>ddf52f44-6fe3-406a-92f7-3eEXAMPLE21f</RequestId> </ResponseMetadata> </DisableOutboundWebIdentityFederationResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: