Skip to content

Commit

Permalink
由于调整成http,第三方登录测试应用重新申请
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Dec 7, 2017
1 parent c5b1cfa commit 0511b74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sso-config/src/main/resources/config/sso-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ cas.serviceRegistry.mongo.conns.perHost=10
cas.authn.pac4j.typedIdUsed=true

#GitHub OAuth Login
cas.authn.pac4j.github.id=b5f93226ece4b6dcb71b
cas.authn.pac4j.github.secret=34a319d36e5d3bead3c242ffb5172d49511b48fe
cas.authn.pac4j.github.id=407709cadde9326f896d
cas.authn.pac4j.github.secret=93f91380c7f43f8da572b3d4bb6a882d48f552a1
cas.authn.pac4j.github.profileAttrs.id=id
cas.authn.pac4j.github.client-name=github

#CSDN OAuth Login
cas.authn.pac4j.oauth2[0].id=1100557
cas.authn.pac4j.oauth2[0].secret=3687d9d2e9e44bc0b48847d541449c14
cas.authn.pac4j.oauth2[0].id=1100601
cas.authn.pac4j.oauth2[0].secret=4e6a7f14d34245eeaa13d293a2444882
cas.authn.pac4j.oauth2[0].authUrl=http://api.csdn.net/oauth2/authorize
cas.authn.pac4j.oauth2[0].tokenUrl=http://api.csdn.net/oauth2/access_token
cas.authn.pac4j.oauth2[0].profileUrl=http://api.csdn.net/user/getinfo
Expand All @@ -165,8 +165,8 @@ cas.authn.pac4j.oauth2[1].clientName=WeChat


#QQ OAuth Login
cas.authn.pac4j.oauth2[2].id=101433938
cas.authn.pac4j.oauth2[2].secret=ad4fef7e3fb785a51026aaf78121eff0
cas.authn.pac4j.oauth2[2].id=101448782
cas.authn.pac4j.oauth2[2].secret=98a1726250ba2d0b7b726351460820f1
cas.authn.pac4j.oauth2[2].authUrl=https://graph.qq.com/oauth2.0/authorize
#\u539F\u8DEF\u5F84
#cas.authn.pac4j.oauth2[2].tokenUrl=https://graph.qq.com/oauth2.0/token
Expand All @@ -182,8 +182,8 @@ cas.authn.pac4j.oauth2[2].profileAttrs.client_id=client_id


#BaiDu OAuth Login
cas.authn.pac4j.oauth2[3].id=jQoBM23z0RuYt2ZrBuntavVL
cas.authn.pac4j.oauth2[3].secret=eQ40ftjQG7ukGuiSqbYnUVc6uIbRpozE
cas.authn.pac4j.oauth2[3].id=sLTX380iWdcxiIYG8imiOnOB
cas.authn.pac4j.oauth2[3].secret=gxRMIVtsNFjvEcxMylxcjPo2lQ3GZfH0
cas.authn.pac4j.oauth2[3].authUrl=http://openapi.baidu.com/oauth/2.0/authorize
cas.authn.pac4j.oauth2[3].tokenUrl=https://openapi.baidu.com/oauth/2.0/token
cas.authn.pac4j.oauth2[3].profileUrl=https://openapi.baidu.com/rest/2.0/passport/users/getInfo
Expand Down

0 comments on commit 0511b74

Please sign in to comment.