Package apps_auth

Index

Certificate

The proto for storing certificate data.

Fields
x509_certificate

string

Public key info, in x509 PEM format.

SamlConfig

The proto for storing a pair of SAML RP-IDP configurations.

Fields
idp_config

SamlIdpConfig

SAML provider configuration.

rp_config

SamlRpConfig

SAML relying party configuration

saml_customer_id

string

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_entity_id

string

Unique identifier for all SAML entities. required

sso_url

string

URL to send Authentication request to. required

certificates[]

Certificate

IDP public key for verifying assertions.

sign_request

bool

Indicates if outbounding SAMLRequest should be signed.

SamlRpConfig

The proto for storing SAML RP configuration.

Fields
rp_entity_id

string

Unique identifier for all SAML entities.

callback_url

string

Callback URL where responses from IDP are handled.