--external-url
is configured correctly for the Bytebase workspace.If you start Bytebase with --external-url http://bytebase.example.com
, then your application redirect URL should be http://bytebase.example.com/oidc/callback
.Bytebase SSO
(or your preferred name)Web
https://your-bytebase-domain.com/oidc/callback
openid
(Sign users in)profile
(View users’ basic profile)email
(View users’ email address)offline_access
(Maintain access to data)User.Read
(Sign in and read user profile)GroupMember.Read.All
(Read group memberships) - Required for group syncingGroup ID
(returns GUIDs) or Cloud-only group display names
(returns readable names)Bytebase OIDC
Entra ID
entra-id
https://login.microsoftonline.com/{your-tenant-id}/v2.0
openid profile email offline_access
email
name
groups
(Important for group syncing)["c80adaad-11c0-4ad9-aa31-7ef37029aa2a", "6525b949-f790-4807-bf85-707fa6ec4cb4"]
GroupMember.Read.All
permission is granted--debug
flag to see claim details