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

Oidc Login

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

Package: stitchd.auth.v1

Message: OidcAuthorizeRequest

FieldTypeDescription
provider_idstring
org_idstring
redirect_uristring

Message: OidcAuthorizeResponse

FieldTypeDescription
redirect_urlstringThe URL to redirect the user-agent to.

Message: OidcCallbackRequest

FieldTypeDescription
provider_idstring
codestring
statestringCSRF state value returned by the IdP — must match a stored pending state.
redirect_uristring

Message: OidcCallbackResponse

FieldTypeDescription
access_tokenstring
refresh_tokenstring
expires_inint64
user_idstring
org_idstring

Service: OidcLoginService

OidcAuthorize

  • Request: OidcAuthorizeRequest
  • Response: OidcAuthorizeResponse

OidcCallback

  • Request: OidcCallbackRequest
  • Response: OidcCallbackResponse