Document Management
How To and Troubleshooting
In this article, you will learn how to configure the identity server using the Wyn configuration file.
Follow the below steps to configure the identity server for Wyn Enterprise.
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>