For the complete documentation index, see llms.txt. This page is also available as Markdown.

Google Auth

User Identity

Trust starts at the login screen. By integrating Google Auth, you provide your users with a familiar, one-click sign-in experience while maintaining total control over the security settings.

  • Full Ownership: Unlike "managed" solutions, you use your own Google Cloud credentials. This ensures your bank's identity remains the primary authority.

  • Automated UI: Once you drop in your Client ID, the App Builder generates a branded "Sign in with Google" button that matches your app's theme perfectly.

  • Identity as Logic: Once a user signs in, their email and profile become variables your Agents can use to personalize the experience—like "Only show loan documents for {{user_email}}."

Setup Guide: Google Cloud Console Documentation

Last updated