[]
In this article, you will learn how to configure the identity server using the Wyn configuration file.
Follow the steps below to configure the identity server for Wyn Enterprise.
Open the Wyn.conf file.
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>