Resource: InboundSamlSsoProfile
A SAML 2.0 federation between a Google enterprise customer and a SAML identity provider.
JSON representation |
---|
{ "name": string, "customer": string, "displayName": string, "idpConfig": { object ( |
Fields | |
---|---|
name |
Output only. Resource name of the SAML SSO profile. |
customer |
Immutable. The customer. For example: |
displayName |
Human-readable name of the SAML SSO profile. |
idpConfig |
SAML identity provider configuration. |
spConfig |
SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider. |
SamlIdpConfig
SAML IDP (identity provider) configuration.
JSON representation |
---|
{ "entityId": string, "singleSignOnServiceUri": string, "logoutRedirectUri": string, "changePasswordUri": string } |
Fields | |
---|---|
entityId |
Required. The SAML Entity ID of the identity provider. |
singleSignOnServiceUri |
Required. The |
logoutRedirectUri |
The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML |
changePasswordUri |
The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at |
SamlSpConfig
SAML SP (service provider) configuration.
JSON representation |
---|
{ "entityId": string, "assertionConsumerServiceUri": string } |
Fields | |
---|---|
entityId |
Output only. The SAML Entity ID for this service provider. |
assertionConsumerServiceUri |
Output only. The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the |
Methods |
|
---|---|
|
Creates an InboundSamlSsoProfile for a customer. |
|
Deletes an InboundSamlSsoProfile . |
|
Gets an InboundSamlSsoProfile . |
|
Lists InboundSamlSsoProfile s for a customer. |
|
Updates an InboundSamlSsoProfile . |