AWS::SSO::Application SignInOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSO::Application SignInOptions

A structure that describes the sign-in options for an application portal.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ApplicationUrl" : String, "Origin" : String }

YAML

ApplicationUrl: String Origin: String

Properties

ApplicationUrl

The URL that accepts authentication requests for an application. This is a required parameter if the Origin parameter is APPLICATION.

Required: No

Type: String

Pattern: ^http(s)?:\/\/[-a-zA-Z0-9+&@#\/%?=~_|!:,.;]*[-a-zA-Z0-9+&bb@#\/%?=~_|]$

Minimum: 1

Maximum: 512

Update requires: No interruption

Origin

This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:

  • APPLICATION: IAM Identity Center redirects the customer to the configured ApplicationUrl.

  • IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.

Required: Yes

Type: String

Allowed values: IDENTITY_CENTER | APPLICATION

Update requires: No interruption