Skip to content
Lukas Mueller edited this page Feb 25, 2026 · 3 revisions

Breedbase SSO Login

<oidc_client> # Create OAuth client ID in the cloud console: https://console.cloud.google.com/apis/credentials # Authorized JavaScript origins: https:// # Authorized redirect URIs: https:///authenticate/oidc/google/callback client_id <client_id> client_secret well_known_url https://accounts.google.com/.well-known/openid-configuration # [REQUIRED] Well Known Configuration auto_provision 0 # [OPTIONAL] If email does not exist in database, don't create new user

<!-- potentially more OIDC clients here -->

</oidc_client>

Clone this wiki locally