Skip to content

Enable Outbound Web Identity Federation

iam_enable_outbound_web_identity_federation R Documentation

Enables the outbound identity federation feature for your Amazon Web Services account

Description

Enables the outbound identity federation feature for your Amazon Web Services account. When enabled, IAM principals in your account can use the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for secure authentication with external services. This operation also generates a unique issuer URL for your Amazon Web Services account.

Usage

iam_enable_outbound_web_identity_federation()

Value

A list with the following syntax:

list(
  IssuerIdentifier = "string"
)