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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月30日 UTC.