feat(api): return saml2 in login response
This commit is contained in:
parent
7bb3f5c6fb
commit
0605c55839
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ def login():
|
|||
stack_integrations=True, version=True)
|
||||
c["smtp"] = helper.has_smtp()
|
||||
c["iceServers"] = assist.get_ice_servers()
|
||||
c["saml2"] = SAML2_helper.is_saml2_available()
|
||||
c = {**c, **license.get_status(tenant_id)}
|
||||
return {
|
||||
'jwt': r.pop('jwt'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue