authentication policy request object
a promise resolving to the created authentication policy object
Create authentication policy contract
authentication policy contract object
a promise resolving to the created authentication policy contract object
Create IdP adapter
IdP adapter object
a promise resolving to the created IdP adapter object
Create SP connection
SP connection object
a promise resolving to the created SP connection object
Delete IdP adapter by ID
IdP adapter ID
a promise that resolves when the IdP adapter is deleted
Delete signing key pair by id
signing key pair ID
a promise that resolves when the signing key pair is deleted
Delete signing key pair certificate
signing key pair ID
a promise that resolves when the signing key pair certificate is deleted
Generate signing key pair add params for key type and key size to be passed to the API. Also, update the return type to be string instead of unknown to be consistent with the rest of the codebase.
parameters for generating the signing key pair
a promise resolving to the generated public key
Read authentication policy by ID
Authentication policy ID
a promise resolving to the authentication policy object
Read authentication policy contract by ID
authentication policy contract ID
a promise resolving to the authentication policy contract object
Read federation info
a promise resolving to the federation info object
Read IdP adapter by ID
IdP adapter ID
a promise resolving to the IdP adapter object
Read IdP adapters
a promise resolving to an array of IdP adapter objects
Read signing key pair by id
signing key pair ID
a promise resolving to the signing key pair object
Read signing key pair certificate
signing key pair ID
a promise resolving to the signing key pair certificate
Read SP connections
a promise resolving to an array of SP connection objects
Read virtual host names
a promise resolving to an array of virtual host names
Update authentication policy by ID
Authentication policy ID
authentication policy request object
a promise resolving to the updated authentication policy object
Update authentication policy contract
authentication policy contract ID
authentication policy contract object
a promise resolving to the updated authentication policy contract object
Update federation info
federation info object
a promise resolving to the updated federation info object
Update IdP adapter by ID
IdP adapter ID
IdP adapter object
a promise resolving to the updated IdP adapter object
Update or create signing key pair certificate
signing key pair ID
the certificate to update or create for the signing key pair
a promise resolving to the updated or created signing key pair certificate
Update SP connection
SP connection ID
SP connection object
a promise resolving to the updated SP connection object
Create authentication policy