mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Add legacy Google Workspace IdP migration notice (#676)
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import {Note} from "@/components/mdx";
|
||||
import {Note, Warning} from "@/components/mdx";
|
||||
|
||||
# Google Workspace SSO with NetBird Self-Hosted (Legacy)
|
||||
|
||||
<Warning>
|
||||
The client secret has been removed from the authentication flow. The secret was originally included to support providers like Google Workspace that don't offer a proper PKCE flow, but this is no longer necessary with the embedded IdP.
|
||||
|
||||
If you are using this standalone Google Workspace setup, we strongly recommend migrating to the [embedded IdP setup with Google as an external provider](/selfhosted/identity-providers/managed/google-workspace#management-setup-recommended). The embedded IdP approach is simpler, fully supported, and does not rely on the deprecated client secret.
|
||||
</Warning>
|
||||
|
||||
Use Google accounts for authentication with NetBird. This supports both personal Google accounts and Google Workspace (formerly G Suite) organizations.
|
||||
|
||||
## Standalone Setup (Advanced)
|
||||
|
||||
Reference in New Issue
Block a user