- Getting Started
-
Administration Guide
- Get Started with Administering Wyn Enterprise
- Configuration Settings
- Account Management
- Security Management
- System Management
- Document Management
-
How To and Troubleshooting
- Change Default Password
- Set Language Preference
- Slack Integration
- MS Teams Integration
- Create Custom Language Packages
-
Configure Identity Server
- Configure Single Sign-on
- Convert Crystal Reports/MS Access Reports to Wyn Reports
- Encrypt or Decrypt Connection Strings
- Using ClickHouse as OLAP Database
- Hide Download Link in Scheduled Tasks
- Configure Redis Cluster using Username and Password
- User Guide
- Developer Guide
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.
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>