Index
Certificate
(message)SamlConfig
(message)SamlIdpConfig
(message)SamlRpConfig
(message)
Certificate
The proto for storing certificate data.
Fields | |
---|---|
x509_ |
Public key info, in x509 PEM format. |
SamlConfig
The proto for storing a pair of SAML RP-IDP configurations.
Fields | |
---|---|
idp_ |
SAML provider configuration. |
rp_ |
SAML relying party configuration |
saml_ |
The ID of SAML customer. |
SamlIdpConfig
The proto for storing SAML IDP configuration. Only information needed for the Web browser SSO is stored for now.
Fields | |
---|---|
idp_ |
Unique identifier for all SAML entities. required |
sso_ |
URL to send Authentication request to. required |
certificates[] |
IDP public key for verifying assertions. |
sign_ |
Indicates if outbounding SAMLRequest should be signed. |
SamlRpConfig
The proto for storing SAML RP configuration.
Fields | |
---|---|
rp_ |
Unique identifier for all SAML entities. |
callback_ |
Callback URL where responses from IDP are handled. |