GroupServerURL
A custom URL extension that IDOL Server uses to retrieve group information. You must also set GroupServerHost and GroupServerPort.
You can use the placeholder $username$
in the URL. IDOL Server replaces this placeholder with the percent-encoded user name that it normally sends as the UserName
parameter of the GetGroups
action to the group server.
If you have set GroupServerPrefixDomain to True
, IDOL Server domain-prefixes the URL.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | MySecurityRepository
|
Example: | GroupServerURL=/users/$username$/groups.xml
|
See Also: | GroupServerHost
GroupServerPort GroupServerPrefixDomain |