Values.EnableOutboundWebIdentityFederationResponseSourceEnables 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.
type enableOutboundWebIdentityFederationResult = {issuerIdentifier : StringType.t option;A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at /.well-known/openid-configuration and /.well-known/jwks.json. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary for token verification.
*)}and t = {enableOutboundWebIdentityFederationResult : enableOutboundWebIdentityFederationResult;responseMetaData : responseMetaData;}type error = [ | `FeatureEnabledException of FeatureEnabledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `FeatureEnabledException of FeatureEnabledException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `FeatureEnabledException of FeatureEnabledException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of StringType.t ]) list ])
list ]