Authorization and Authentication APIs-SAML 2.0
Number of APIs: 10
-
SAML SSO Using GET GET {{authPath}}/{{envID}}/saml20/idp/sso?SAMLRequest={{SAMLRequest}}&RelayState=token
-
Identity Provider Initiated SSO GET {{authPath}}/{{envID}}/saml20/idp/startsso?spEntityId={{spEntityIdValue}}&applicationUrl={{appUrl}}
-
Read SAML Service Provider Metadata GET {{authPath}}/{{envID}}/saml20/sp/metadata/{{idpID}}
-
Service Provider Initiated Inbound SSO GET {{authPath}}/{{envID}}/saml20/sp/sso?idpId={{extIdpID}}&flowId={{flowID}}
-
SAML resume GET {{authPath}}/{{envID}}/saml20/resume?flowId={{flowID}}
-
SAML SSO Using POST POST {{authPath}}/{{envID}}/saml20/idp/sso
-
SAML SLO Using POST POST {{authPath}}/{{envID}}/saml20/idp/slo
-
Read SAML Metadata GET {{authPath}}/{{envID}}/saml20/metadata/{{appID}}
-
SAML ACS Endpoint for Identity Provider Initiated Inbound SSO POST {{authPath}}/{{envID}}/saml20/sp/acs
-
SAML SLO Using GET GET {{authPath}}/{{envID}}/saml20/idp/slo?SAMLRequest={{SAMLRequest}}&RelayState=testing...