WAS v8.5 > Reference > Developer detailed usage information
Liberty profile: How dynamic changes affect security
Change the user registry without restarting the Worklight server can impact clientsIf we change the user registry type or realm name...
- All web clients have to clear their web single-sign on tokens.
- If we change the user registry type or realm name, any values of accessId specified in the authorization bindings must be updated.
The accessId takes the form of either...
- user:realmName/uniqueId
- group:realmName/uniqueId
The realmName in the accessId must match the realmName for the configuration user registry.
Parent topic: Configure a user registry for the Liberty profile