Fetch all the relying parties

Headers

  • Authentication: Bearer JWT
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParameterTypeDescription
organizationNamestringDenotes the name of the organization.

Note: Enter your organization name in the following place holder - api/v1/organization/{organizationName}

Response Parameters

ParametersTypeDescription
idGUIDDenotes the unique identifier of the relying party.
clientIdGUIDDenotes the unique client identifier of the relying party.
namestringThe name of the relying party.
descriptionstringThe description for the relying party.
enabledboolDenotes if the relying party is enabled or disabled for the organization.
clientAuthenticatorTypestringDenotes the type of client authenticator being used for the relying party.
webOriginsobjectObject that details the entire web origins for the fetched relying party.

webOrigins Object

ParametersTypeDescription
publicClientboolIndicates if the relying party is a public client or not.
protocolobjectObject contaning the type of the authentication protocol followed by the relying party.

protocol Object

ParameterTypeDescription
saml.assertion.signatureboolIndicates if the SAML assertion signature is being used by the relying party.
saml.force.post.bindingboolIndicates if the SAML authentication is forced post the login.
saml.encryptboolIndicates if the SAML encryption service is being used.
saml.server.signatureboolIndicates if the SAML server signatures is being used by the relying party.
saml.server.signature.keyinfo.extboolIndicates if the SAML server signature key info extension is present.
saml.client.signatureboolIndicates if the relying party is using SAML client signature.
saml.authnstatementboolIndicates if the SAML auth statement is being used by the relyng party.
display.on.consent.screenboolIndicates if the on-screen consent is being displayed for the relying party.
saml.onetimeuse.conditionboolIndicates if the one time condition for SAML authentication is enabled or not.
used.by.relyingpartyboolIndicates if the protocol object is currently being used by the relying pary.
saml.allow.ecp.flowboolIndicates if the ECP flow is enable for the relying party.
saml_force_name_id_formatboolIndicates if the SAML force ID name format is being followed.
saml.artifact.bindingboolIndicates if the SAML article binding is enabled.
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!