Saml Login
Auto-generated from
/home/runner/work/feature-flag/feature-flag/proto/auth/v1/saml_login.proto
Package: stitchd.auth.v1
Message: SamlSsoRequest
| Field | Type | Description |
|---|---|---|
provider_id | string | |
org_id | string | |
acs_url | string | ACS URL that the IdP should POST the assertion back to. |
Message: SamlSsoResponse
| Field | Type | Description |
|---|---|---|
redirect_url | string | IdP redirect URL with deflated+base64+URL-encoded SAMLRequest. |
relay_state | string | RelayState value that will be returned by the IdP in the ACS callback. |
Message: SamlAcsRequest
| Field | Type | Description |
|---|---|---|
provider_id | string | |
saml_response_b64 | string | Base64-encoded SAMLResponse from the IdP. |
relay_state | string | RelayState returned by the IdP — must match a stored pending state. |
Message: SamlAcsResponse
| Field | Type | Description |
|---|---|---|
access_token | string | |
refresh_token | string | |
expires_in | int64 | |
user_id | string | |
org_id | string |
Service: SamlLoginService
SamlSsoInitiate
- Request:
SamlSsoRequest - Response:
SamlSsoResponse
SamlAcsCallback
- Request:
SamlAcsRequest - Response:
SamlAcsResponse