summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/auth/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/ui/auth/constants.py')
-rw-r--r--testapi/opnfv_testapi/ui/auth/constants.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/auth/constants.py b/testapi/opnfv_testapi/ui/auth/constants.py
new file mode 100644
index 0000000..ec59751
--- /dev/null
+++ b/testapi/opnfv_testapi/ui/auth/constants.py
@@ -0,0 +1,14 @@
+# 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'