summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/auth/constants.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-09-04 01:08:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-04 01:08:34 +0000
commitf8ec94a44498eff343fa2862abb8c61929efaa3a (patch)
treee9376573f3e9f79104ef5e094c0e3f3e3b804ac8 /testapi/opnfv_testapi/ui/auth/constants.py
parent91bd83f607d9236a76f2d2472f4ae4654c43a6a5 (diff)
parent9e36409f1bf52a6fd510c4f4896d85761b59cfa9 (diff)
Merge "leverage LFID as Authentication"
Diffstat (limited to 'testapi/opnfv_testapi/ui/auth/constants.py')
-rw-r--r--testapi/opnfv_testapi/ui/auth/constants.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/testapi/opnfv_testapi/ui/auth/constants.py b/testapi/opnfv_testapi/ui/auth/constants.py
deleted file mode 100644
index 44ccb46..0000000
--- a/testapi/opnfv_testapi/ui/auth/constants.py
+++ /dev/null
@@ -1,18 +0,0 @@
-OPENID = 'openid'
-ROLE = 'role'
-DEFAULT_ROLE = 'user'
-
-# OpenID parameters
-OPENID_MODE = 'openid.mode'
-OPENID_NS = 'openid.ns'
-OPENID_RETURN_TO = 'openid.return_to'
-OPENID_CLAIMED_ID = 'openid.claimed_id'
-OPENID_IDENTITY = 'openid.identity'
-OPENID_REALM = 'openid.realm'
-OPENID_NS_SREG = 'openid.ns.sreg'
-OPENID_NS_SREG_REQUIRED = 'openid.sreg.required'
-OPENID_NS_SREG_EMAIL = 'openid.sreg.email'
-OPENID_NS_SREG_FULLNAME = 'openid.sreg.fullname'
-OPENID_ERROR = 'openid.error'
-
-CSRF_TOKEN = 'csrf_token'