Skip to content

Latest commit

 

History

History
139 lines (76 loc) · 3.3 KB

create-saml-2-0-application-fe3102a.md

File metadata and controls

139 lines (76 loc) · 3.3 KB

Create SAML 2.0 Application

You can create a new SAML 2.0 application and customize it to comply with your company requirements.

Context

To create a new SAML 2.0 application you have to add a new application to the list of applications in Identity Authentication, and make sure that the protocol of the application is set to SAML 2.0.

To create a new SAML 2.0 application, proceed as follows:

  1. Sign in to the administration console for SAP Cloud Identity Services.

  2. Under Applications and Resources, choose the Applications tile.

  3. Choose the Create button on the left-hand panel and fill in the information in the dialog box.

  4. Provide the following information and save your configuration:

    Fields

    Notes

    Display Name

    Required. The display name of the application appears on the logon and registration pages.

    Home URL

    Optional. Users are redirected to the Home URL after activating their accounts, when they are created via a CSV file import or the user registration service of Identity Authentication.

    Type

    Optional.

    Parent Application

    Optional.

    Remember:

    Newly created applications with an assigned parent application will inherit all the configurations from the parent except for the Client ID and Secrets. The inherited configurations will be marked as such.

    Protocol Type

    Select the SAML 2.0 radio-button.

    Remember:

    Newly created applications with an assigned parent application will inherit the protocol from the parent. To change the protocol, first create the new application and then edit it.

Once the application has been created, the system displays the message Application <name of application> created.

The newly created application appears on the list with the applications on the left. It is selected and you can proceed with its configuration.

  1. Configure the SAML 2.0 trust with the service provider. For more information, see Configure SAML 2.0 Service Provider.
  2. (Optional) If necessary, configure the application. For more information about application configuration options, see Configuring Applications.

Related Information

Create OpenID Connect Application