Authenticate
Auth0 simplifies the use of open industry standards
https://www.google.com/a/{YOUR-GOOGLE-DOMAIN}/acs
{ "audience": "https://www.google.com/a/{yourGoogleDomain}/acs", "mappings": { "nickname": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", }, "createUpnClaim": false, "passthroughClaimsWithNoMapping": false, "mapUnknownClaimsAsIs": false, "mapIdentities": false, "signatureAlgorithm": "rsa-sha256", "digestAlgorithm": "sha256", "nameIdentifierFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:email", "nameIdentifierProbes": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" ], }
Was this page helpful?