get identity config
/identity-config [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
6.0000 | 6.0000 | json, xml |
Description
Returns the identity security configuration for PageSeeder.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
reload | Reload the configuration | no | boolean | false |
Permission
This service requires Administrator.
Response
Returns the following XML:
<external-identity> [<portal title="SSO Example" href="https://sso.example.org/" />] <provider client-id="[registered client ID with the external identity provider]" authority-url="[authority URL of the external identity provider]" [title=""] [description=""]/> ... <domain name="gmail.com" /> <domain name="weborganic.com" external-only="true"/> ... <external-identity>
Error Handling
No specific errors expected for this generator.