[]
        
(Showing Draft Content)

Configure Identity Server

In this article, you will learn how to configure the identity server using the Wyn configuration file.

To Configure the Identity Server

Follow the below steps to configure the identity server for Wyn Enterprise.

  1. Open the Wyn.conf file.

  2. Under the Server configuration node, provide the data storage information for the identity server, as follows.

    <IdentityServer>
      <Provider>Server</Provider>
      <StorageType>Postgres</StorageType>
      <ConnectionString>Host=localhost;Port=5444;UserName=wyn-enterprise;Password=*******;Database=wynis;</ConnectionString>   
    </IdentityServer>