- Authentication: Bearer JWT
- Accept: application/json
- Content-Type: application/json
Parameter | Type | Description |
---|
organizationName | string | Denotes the name of the organization. |
Note: Enter your organization name in the following place holder - api/v1/organization/{organizationName}
Parameters | Type | Description |
---|
id | GUID | Denotes the unique identifier of the relying party. |
clientId | GUID | Denotes the unique client identifier of the relying party. |
name | string | The name of the relying party. |
description | string | The description for the relying party. |
enabled | bool | Denotes if the relying party is enabled or disabled for the organization. |
clientAuthenticatorType | string | Denotes the type of client authenticator being used for the relying party. |
webOrigins | object | Object that details the entire web origins for the fetched relying party. |
Parameters | Type | Description |
---|
publicClient | bool | Indicates if the relying party is a public client or not. |
protocol | object | Object contaning the type of the authentication protocol followed by the relying party. |
Parameter | Type | Description |
---|
saml.assertion.signature | bool | Indicates if the SAML assertion signature is being used by the relying party. |
saml.force.post.binding | bool | Indicates if the SAML authentication is forced post the login. |
saml.encrypt | bool | Indicates if the SAML encryption service is being used. |
saml.server.signature | bool | Indicates if the SAML server signatures is being used by the relying party. |
saml.server.signature.keyinfo.ext | bool | Indicates if the SAML server signature key info extension is present. |
saml.client.signature | bool | Indicates if the relying party is using SAML client signature. |
saml.authnstatement | bool | Indicates if the SAML auth statement is being used by the relyng party. |
display.on.consent.screen | bool | Indicates if the on-screen consent is being displayed for the relying party. |
saml.onetimeuse.condition | bool | Indicates if the one time condition for SAML authentication is enabled or not. |
used.by.relyingparty | bool | Indicates if the protocol object is currently being used by the relying pary. |
saml.allow.ecp.flow | bool | Indicates if the ECP flow is enable for the relying party. |
saml_force_name_id_format | bool | Indicates if the SAML force ID name format is being followed. |
saml.artifact.binding | bool | Indicates if the SAML article binding is enabled. |