Login SAML Config API
List SAML connections
List all SAML SSO connections configured for the application.
GET
List SAML connections
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
Response
OK
Previous
Create SAML connectionCreate a SAML SSO connection for a provider. Provide exactly one IdP
source: `idp_metadata_url`, `idp_metadata_xml`, or an explicit `idp`
block. The Service Provider (SP) endpoints in the response are derived
from the app domain and the generated connection ID, and are immutable.
Next
List SAML connections