summaryrefslogtreecommitdiffstats
path: root/model/oauth.go
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2018-07-18 14:56:38 -0700
committerChristopher Speller <crspeller@gmail.com>2018-07-18 14:56:38 -0700
commit3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e (patch)
treecfb316b15d34d9242b5db41e76f1161e08813444 /model/oauth.go
parent6b27b74f0cbd39e5d1400cddbed6437a4df64856 (diff)
downloadchat-3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e.tar.gz
chat-3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e.tar.bz2
chat-3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e.zip
Support for Embeded chat (#9129)
* Add ucLive support crazy testing lovely logs more cookie work arounds Added Access-Control-Expose-Headers to user login Add complete_saml_body template and revert loginWithSaml endpoint Set Access-Control-Allow-Credentials to true in user login Login via email instead of username Clean up code Add comment to give some context Move faml logic into saml function Communicate via chrome sendMessage api Remove unused code Add config to support multiple extensions Clean up embedded complete_saml template Fix indentation for templates Added license header to extension.go Add EnableExperimentalExtensions flag Extension validated for email auth Clean up api auth code Remove complete_saml_body.html * Add extension support in saml * Clean up code * Clean up extension validation
Diffstat (limited to 'model/oauth.go')
-rw-r--r--model/oauth.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/oauth.go b/model/oauth.go
index c92b1ec41..0ea1aa4e2 100644
--- a/model/oauth.go
+++ b/model/oauth.go
@@ -17,6 +17,7 @@ const (
OAUTH_ACTION_EMAIL_TO_SSO = "email_to_sso"
OAUTH_ACTION_SSO_TO_EMAIL = "sso_to_email"
OAUTH_ACTION_MOBILE = "mobile"
+ OAUTH_ACTION_CLIENT = "client"
)
type OAuthApp struct {