leverage LFID as Authentication
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 30 Aug 2017 03:59:46 +0000 (11:59 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 31 Aug 2017 02:43:14 +0000 (10:43 +0800)
commit9e36409f1bf52a6fd510c4f4896d85761b59cfa9
treeb5917ad3530efb2856a9a398a78cb7fca3af9e2e
parentea7706279a99c03181c348d29c157f70037ed217
leverage LFID as Authentication

delete openid authentication
add LFID authentication

Change-Id: Iead144b5130bce51448024e65092fdea3bb2f07a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
14 files changed:
testapi/.gitignore
testapi/3rd_party/static/testapi-ui/components/profile/profile.html
testapi/3rd_party/static/testapi-ui/components/profile/profileController.js
testapi/etc/config.ini
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/common/constants.py [new file with mode: 0644]
testapi/opnfv_testapi/resources/result_handlers.py
testapi/opnfv_testapi/router/url_mappings.py
testapi/opnfv_testapi/ui/auth/base.py [deleted file]
testapi/opnfv_testapi/ui/auth/constants.py [deleted file]
testapi/opnfv_testapi/ui/auth/sign.py
testapi/opnfv_testapi/ui/auth/user.py
testapi/opnfv_testapi/ui/root.py
testapi/requirements.txt