Oidc Login
Auto-generated from
/home/runner/work/feature-flag/feature-flag/proto/auth/v1/oidc_login.proto
Package: stitchd.auth.v1
Message: OidcAuthorizeRequest
| Field | Type | Description |
|---|---|---|
provider_id | string | |
org_id | string | |
redirect_uri | string |
Message: OidcAuthorizeResponse
| Field | Type | Description |
|---|---|---|
redirect_url | string | The URL to redirect the user-agent to. |
Message: OidcCallbackRequest
| Field | Type | Description |
|---|---|---|
provider_id | string | |
code | string | |
state | string | CSRF state value returned by the IdP — must match a stored pending state. |
redirect_uri | string |
Message: OidcCallbackResponse
| Field | Type | Description |
|---|---|---|
access_token | string | |
refresh_token | string | |
expires_in | int64 | |
user_id | string | |
org_id | string |
Service: OidcLoginService
OidcAuthorize
- Request:
OidcAuthorizeRequest - Response:
OidcAuthorizeResponse
OidcCallback
- Request:
OidcCallbackRequest - Response:
OidcCallbackResponse