Authorization and Authentication APIs-SAML 2.0

Number of APIs: 10

  1. Service Provider Initiated Inbound SSO GET {{authPath}}/{{envID}}/saml20/sp/sso?idpId={{extIdpID}}&flowId={{flowID}}

  2. SAML SSO Using POST POST {{authPath}}/{{envID}}/saml20/idp/sso

  3. SAML ACS Endpoint for Identity Provider Initiated Inbound SSO POST {{authPath}}/{{envID}}/saml20/sp/acs

  4. SAML SLO Using POST POST {{authPath}}/{{envID}}/saml20/idp/slo

  5. Read SAML Metadata GET {{authPath}}/{{envID}}/saml20/metadata/{{appID}}

  6. Identity Provider Initiated SSO GET {{authPath}}/{{envID}}/saml20/idp/startsso?spEntityId={{spEntityIdValue}}&applicationUrl={{appUrl}}

  7. Read SAML Service Provider Metadata GET {{authPath}}/{{envID}}/saml20/sp/metadata/{{idpID}}

  8. SAML SLO Using GET GET {{authPath}}/{{envID}}/saml20/idp/slo?SAMLRequest={{SAMLRequest}}&RelayState=testing...

  9. SAML resume GET {{authPath}}/{{envID}}/saml20/resume?flowId={{flowID}}

  10. SAML SSO Using GET GET {{authPath}}/{{envID}}/saml20/idp/sso?SAMLRequest={{SAMLRequest}}&RelayState=token