You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hugh
c4912f97c1
|
4 years ago | |
---|---|---|
src/main/java/com/tptj/demo/hg/access/provider | 4 years ago | |
README.md | 4 years ago | |
build.gradle | 4 years ago | |
encrypt.xml | 4 years ago | |
plugin.xml | 4 years ago |
README.md
demo-access-provider
第三方登录隐式扩展接口
demo生效后,POST访问 webroot/decision/login/third/auth body = { "thirdToken":"1234567890" }
会登录Anna 这个用户(前提是决策平台有用户名是Anna的用户)
如果是postman这类测试的话,检测response的如果是 {"data":"xxxxxxx"}且cookie中有fr_auth_token说明登录成功