Skip to content

Commit 3b71b6f

Browse files
authored
feat: mattermost zitadel oidc sso (#1796)
1 parent 59e0cd5 commit 3b71b6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • tf/deployment/modules/shared/zitadel/cloud

tf/deployment/modules/shared/zitadel/cloud/project.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ locals {
7373
redirectUris = ["https://login.netbird.io/login/callback"]
7474
postLogoutRedirectUris = ["https://app.netbird.io"]
7575
},
76+
{
77+
name = "Mattermost"
78+
roles = [{ key = "Granted", grants_to = ["immich_admin", "team", "futo"] }]
79+
authMethod = "BASIC"
80+
redirectUris = ["https://mattermost.futo.tech/signup/openid/complete"]
81+
},
7682
{
7783
name = "Yucca Internal Tooling"
7884
# redirectUris intentionally empty for now — public/PKCE client

0 commit comments

Comments
 (0)