MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / createAuthentikProvider

Function createAuthentikProvider

packages/web/src/ee/features/sso/sso.ts:383–391  ·  view source on GitHub ↗
(id: string, clientId: string, clientSecret: string, issuer: string)

Source from the content-addressed store, hash-verified

381}
382
383export const createAuthentikProvider = (id: string, clientId: string, clientSecret: string, issuer: string): Provider => {
384 return Authentik({
385 id,
386 clientId: clientId,
387 clientSecret: clientSecret,
388 issuer: issuer,
389 allowDangerousEmailAccountLinking: env.AUTH_EE_ALLOW_EMAIL_ACCOUNT_LINKING === 'true',
390 });
391}
392
393const createJumpCloudProvider = (id: string, clientId: string, clientSecret: string, issuer: string): Provider => {
394 return {

Callers 1

getEEIdentityProvidersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected