mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: web sso (#7135)
This commit is contained in:
@ -6,3 +6,7 @@ class EnterpriseService:
|
||||
@classmethod
|
||||
def get_info(cls):
|
||||
return EnterpriseRequest.send_request('GET', '/info')
|
||||
|
||||
@classmethod
|
||||
def get_app_web_sso_enabled(cls, app_code):
|
||||
return EnterpriseRequest.send_request('GET', f'/app-sso-setting?appCode={app_code}')
|
||||
|
||||
Reference in New Issue
Block a user