Realm
A Realm is a space where you can manage Clients, Scopes, Users, External Identity Providers, and Certificate Authorities. Realms are isolated from one another, but the same resource can be located in one or more Realms.
By default, there is one configured master
realm. It must not be removed, as doing so would render the SimpleIdServer product inoperable.
You can use the Realm to separate different environments, such as having one for the test
environment and another for the prd
environment.
To add a realm, follow these steps :
- Click
Active realm: master
. - Click
Add realm
. - Enter the details for the new Realm.
- Click
Save
. After saving the details, the user-agent will be redirected to the new realm.
You can switch the active realm by clicking on Active realm: active realm
.
Disable Realm
By default, SimpleIdServer is configured to use the Realm. If you do not want to use it, you can disable it by updating the appsettings.json
configuration files.
To disable the Realm, follow these steps:
- Open the IdentityServer project and edit the
appsettings.json
file. - Set the
IsRealmEnabled
property tofalse
and save the file. - Open the IdentityServer website and edit the
appsettings.json
file.