Skip to content

Commit e047eb0

Browse files
committed
init sso from config
1 parent 20ae502 commit e047eb0

File tree

8 files changed

+1993
-1188
lines changed

8 files changed

+1993
-1188
lines changed

docs/snippets/schemas/v3/identityProvider.schema.mdx

Lines changed: 839 additions & 0 deletions
Large diffs are not rendered by default.

docs/snippets/schemas/v3/index.schema.mdx

Lines changed: 4 additions & 472 deletions
Large diffs are not rendered by default.

packages/backend/src/ee/githubAppManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class GithubAppManager {
5050
return;
5151
}
5252

53-
const githubApps = config.apps.filter(app => app.type === 'githubApp') as GitHubAppConfig[];
53+
const githubApps = config.apps.filter(app => app.type === 'github') as GitHubAppConfig[];
5454
logger.info(`Found ${githubApps.length} GitHub apps in config`);
5555

5656
for (const app of githubApps) {

0 commit comments

Comments
 (0)