Skip to main content

 Services

Web services from /about to /webhooks

get identity config

/identity-config [GET]

Description

Returns the identity security configuration for PageSeeder.

Parameters

NameDescriptionRequiredTypeDefault
reloadReload the configurationnobooleanfalse

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.

Created on , last edited on