

# AuthorizedTokenIssuer
<a name="API_AuthorizedTokenIssuer"></a>

A structure that describes a trusted token issuer and associates it with a set of authorized audiences.

## Contents
<a name="API_AuthorizedTokenIssuer_Contents"></a>

 ** AuthorizedAudiences **   <a name="singlesignon-Type-AuthorizedTokenIssuer-AuthorizedAudiences"></a>
An array list of authorized audiences, or applications, that can consume the tokens generated by the associated trusted token issuer.  
Type: Array of strings  
Array Members: Minimum number of 1 item. Maximum number of 10 items.  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Required: No

 ** TrustedTokenIssuerArn **   <a name="singlesignon-Type-AuthorizedTokenIssuer-TrustedTokenIssuerArn"></a>
The ARN of the trusted token issuer.  
Type: String  
Length Constraints: Minimum length of 10. Maximum length of 1224.  
Pattern: `arn:aws(-[a-z]{1,5}){0,3}:sso::\d{12}:trustedTokenIssuer/(sso)?ins-[a-zA-Z0-9-.]{16}/tti-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`   
Required: No

## See Also
<a name="API_AuthorizedTokenIssuer_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sso-admin-2020-07-20/AuthorizedTokenIssuer) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sso-admin-2020-07-20/AuthorizedTokenIssuer) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sso-admin-2020-07-20/AuthorizedTokenIssuer) 