Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Saml Login

Auto-generated from /home/runner/work/feature-flag/feature-flag/proto/auth/v1/saml_login.proto

Package: stitchd.auth.v1

Message: SamlSsoRequest

FieldTypeDescription
provider_idstring
org_idstring
acs_urlstringACS URL that the IdP should POST the assertion back to.

Message: SamlSsoResponse

FieldTypeDescription
redirect_urlstringIdP redirect URL with deflated+base64+URL-encoded SAMLRequest.
relay_statestringRelayState value that will be returned by the IdP in the ACS callback.

Message: SamlAcsRequest

FieldTypeDescription
provider_idstring
saml_response_b64stringBase64-encoded SAMLResponse from the IdP.
relay_statestringRelayState returned by the IdP — must match a stored pending state.

Message: SamlAcsResponse

FieldTypeDescription
access_tokenstring
refresh_tokenstring
expires_inint64
user_idstring
org_idstring

Service: SamlLoginService

SamlSsoInitiate

  • Request: SamlSsoRequest
  • Response: SamlSsoResponse

SamlAcsCallback

  • Request: SamlAcsRequest
  • Response: SamlAcsResponse