Set up a resident IdP¶
WSO2 Identity server can also act as an IdP, which provides identity for applications, rather than mediating authentication requests between service providers and identity providers.
In such cases, the Identity Server is known as the resident identity provider.
To configure a resident identity provider:
-
On the WSO2 Identity Server Management Console, go to Main > Identity > Identity Providers > Resident.
-
On the expanded Resident Realm Configurations tab enter the required values as given below.
Field Description Sample Value Home Realm Identifier This is the domain name of the identity provider. If you do not enter a value here, when an authentication request comes to WSO2 Identity Server, a user will be prompted to specify a domain. You can enter multiple identifiers as a comma-separated list. localhost
Idle Session Time Out This is the duration in minutes for which an SSO session can be idle for. The default value is 15
.15
Remember Me Period This is the duration in weeks for which WSO2 Identity Server should remember an SSO session given that you have selected the Remember Me option in the WSO2 Identity Server login screen.
The default value is
2
weeks.2
-
Click Update to save the configurations.