Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Expired offline license keys no longer crash the process. An expired key now degrades to the unlicensed state. [#1109](https://github.com/sourcebot-dev/sourcebot/pull/1109)

### Fixed
- Fixed issue where using multiple identity providers of the same type (e.g., gitlab) would result in unexpected behaviours. [#1177](https://github.com/sourcebot-dev/sourcebot/pull/1177)
- Add missing schema changes introduced in [#1170](https://github.com/sourcebot-dev/sourcebot/pull/1170). [#1176](https://github.com/sourcebot-dev/sourcebot/pull/1176)

## [4.17.1] - 2026-05-04
Expand Down
88 changes: 88 additions & 0 deletions docs/snippets/schemas/v3/identityProvider.schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"provider": {
"const": "github"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'GitHub'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -107,6 +111,10 @@
"provider": {
"const": "gitlab"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'GitLab'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -203,6 +211,10 @@
"provider": {
"const": "google"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Google'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -281,6 +293,10 @@
"provider": {
"const": "okta"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Okta'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -390,6 +406,10 @@
"provider": {
"const": "keycloak"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Keycloak'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -499,6 +519,10 @@
"provider": {
"const": "microsoft-entra-id"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Microsoft Entra ID'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -608,6 +632,10 @@
"provider": {
"const": "gcp-iap"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Google Cloud IAP'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -655,6 +683,10 @@
"provider": {
"const": "bitbucket-cloud"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen and account settings. Defaults to 'Bitbucket Cloud'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -740,6 +772,10 @@
"provider": {
"const": "authentik"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Authentik'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -849,6 +885,10 @@
"provider": {
"const": "jumpcloud"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'JumpCloud'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -958,6 +998,10 @@
"provider": {
"const": "bitbucket-server"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen and account settings. Defaults to 'Bitbucket Server'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -1054,6 +1098,10 @@
"provider": {
"const": "github"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'GitHub'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -1150,6 +1198,10 @@
"provider": {
"const": "gitlab"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'GitLab'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -1246,6 +1298,10 @@
"provider": {
"const": "google"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Google'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -1324,6 +1380,10 @@
"provider": {
"const": "okta"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Okta'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -1433,6 +1493,10 @@
"provider": {
"const": "keycloak"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Keycloak'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -1542,6 +1606,10 @@
"provider": {
"const": "microsoft-entra-id"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Microsoft Entra ID'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -1651,6 +1719,10 @@
"provider": {
"const": "gcp-iap"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Google Cloud IAP'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -1698,6 +1770,10 @@
"provider": {
"const": "authentik"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'Authentik'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -1807,6 +1883,10 @@
"provider": {
"const": "bitbucket-cloud"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen and account settings. Defaults to 'Bitbucket Cloud'."
},
"purpose": {
"enum": [
"sso",
Expand Down Expand Up @@ -1892,6 +1972,10 @@
"provider": {
"const": "jumpcloud"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen. Defaults to 'JumpCloud'."
},
"purpose": {
"const": "sso"
},
Expand Down Expand Up @@ -2001,6 +2085,10 @@
"provider": {
"const": "bitbucket-server"
},
"displayName": {
"type": "string",
"description": "Optional human-readable label shown on the login screen and account settings. Defaults to 'Bitbucket Server'."
},
"purpose": {
"enum": [
"sso",
Expand Down
Loading
Loading