AWS Fundamentals Logo
AWS Fundamentals
AWS::SSO::ApplicationProvider

SSO ApplicationProvider

An application provider that can be used to connect an AWS managed application or customer managed application to IAM Identity Center.

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ApplicationProviderArnstringThe ARN of the application provider.
DisplayDataDisplayData-
FederationProtocolstringThe protocol used to federate to the application provider.
ResourceServerConfigResourceServerConfig-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSO::ApplicationProvider

Resources:
  MyResource:
    Type: AWS::SSO::ApplicationProvider
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

sso:DescribeApplicationProvider

list

sso:ListApplicationProviders

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSSO
Properties4
Required0
TaggingNot supported
Primary IDApplicationProviderArn

Supported Operations

ReadList

External Links