mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 08:48:10 +08:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
export const SSOProtocol = {
|
|
SAML: 'saml',
|
|
OIDC: 'oidc',
|
|
OAuth2: 'oauth2',
|
|
} as const
|