Package apps_auth

索引

憑證

用於儲存憑證資料的 proto。

欄位
x509_certificate

string

公開金鑰資訊,採用 x509 PEM 格式。

SamlConfig

用於儲存一組 SAML RP-IDP 設定的 proto。

欄位
idp_config

SamlIdpConfig

SAML 供應器設定。

rp_config

SamlRpConfig

SAML 依賴方設定

saml_customer_id

string

SAML 客戶的 ID。

SamlIdpConfig

用於儲存 SAML IDP 設定的 proto。目前只會儲存網頁單一登入 (SSO) 所需的資訊。

欄位
idp_entity_id

string

所有 SAML 實體的專屬 ID。必填

sso_url

string

要傳送驗證要求的網址。必填

certificates[]

Certificate

用於驗證斷言的 IdP 公開金鑰。

sign_request

bool

指出是否應為傳出 SAMLRequest 簽署。

SamlRpConfig

用於儲存 SAML RP 設定的 proto。

欄位
rp_entity_id

string

所有 SAML 實體的專屬 ID。

callback_url

string

處理來自 IdP 的回應的回呼網址。