UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d4c3eda9 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'mattermost-sso-passthroughs' into 'master'

Adding passthroughs for new MM sso options

See merge request !3169
parents cf065142 10172fd4
No related branches found
No related tags found
1 merge request!3169Adding passthroughs for new MM sso options
Pipeline #2237677 failed
......@@ -52,6 +52,9 @@ sso:
auth_endpoint: {{ default (include "sso.oidc.auth" $) .auth_endpoint }}
token_endpoint: {{ default (include "sso.oidc.token" $) .token_endpoint }}
user_api_endpoint: {{ default (include "sso.oidc.userinfo" $) .user_api_endpoint }}
{{- list "enable_sign_up_with_email" .enable_sign_up_with_email | include "bigbang.addValueIfSet" | indent 2 }}
{{- list "enable_sign_in_with_email" .enable_sign_in_with_email | include "bigbang.addValueIfSet" | indent 2 }}
{{- list "enable_sign_in_with_username" .enable_sign_in_with_username | include "bigbang.addValueIfSet" | indent 2 }}
{{- end }}
networkPolicies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment