Enable Zulip SAML auto signup
This commit is contained in:
parent
78d83c5079
commit
5598fc18fc
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ services:
|
||||||
"entity_id": "https://${cfg.authentikDomain}",
|
"entity_id": "https://${cfg.authentikDomain}",
|
||||||
"url": "https://${cfg.authentikDomain}/application/saml/${cfg.authentikProviderSlug}/sso/binding/redirect/",
|
"url": "https://${cfg.authentikDomain}/application/saml/${cfg.authentikProviderSlug}/sso/binding/redirect/",
|
||||||
"display_name": "burrow.net",
|
"display_name": "burrow.net",
|
||||||
|
"auto_signup": True,
|
||||||
"x509cert": """$saml_cert""",
|
"x509cert": """$saml_cert""",
|
||||||
"attr_user_permanent_id": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
|
"attr_user_permanent_id": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
|
||||||
"attr_username": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
|
"attr_username": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue