@@ -354,36 +354,38 @@ spring:
354
354
# 一般来说是不用配置的,Spring Cache 会根据依赖的包自行装配
355
355
type : redis
356
356
357
- oauth :
358
- qq :
359
- client-id : 1015*****
360
- client-secret : 1f7d08df55766**************
361
- redirect-uri : http://oauth.xkcoding.com/demo/oauth/qq/callback
362
- github :
363
- client-id : 2d25a70**************
364
- client-secret : 5a2919b5fe911567343**************
365
- redirect-uri : http://oauth.xkcoding.com/demo/oauth/github/callback
366
- wechat :
367
- client-id : wxdcb31**************
368
- client-secret : b4e9dc6841ef7d**************
369
- redirect-uri : http://oauth.xkcoding.com/demo/oauth/wechat/callback
370
- google :
371
- client-id : 716518501517-6dbdkapivhia806vqcjjh9nttj3**************
372
- client-secret : 9IBornd7w1A**************
373
- redirect-uri : http://oauth.xkcoding.com/demo/oauth/google/callback
374
- microsoft :
375
- client-id : 7bdce818-2c8e-4b**************
376
- client-secret : Iu0zZ43RQydo_FkD**************
377
- redirect-uri : https://oauth.xkcoding.com/demo/oauth/microsoft/callback
378
- mi :
379
- client-id : 2882303**************
380
- client-secret : nFeTt89Yn**************
381
- redirect-uri : http://oauth.xkcoding.com/demo/oauth/mi/callback
382
- wechat_enterprise :
383
- client-id : ww58**********6fbc
384
- client-secret : 8G6PCr0****************************yzaPc78
385
- redirect-uri : http://oauth.xkcoding.com/demo/oauth/wechat_enterprise/callback
386
- agent-id : 10*******02
357
+ justauth :
358
+ enabled : true
359
+ type :
360
+ qq :
361
+ client-id : 10******85
362
+ client-secret : 1f7d************************d629e
363
+ redirect-uri : http://oauth.xkcoding.com/demo/oauth/qq/callback
364
+ github :
365
+ client-id : 2d25******d5f01086
366
+ client-secret : 5a2919b************************d7871306d1
367
+ redirect-uri : http://oauth.xkcoding.com/demo/oauth/github/callback
368
+ wechat :
369
+ client-id : wxdcb******4ff4
370
+ client-secret : b4e9dc************************a08ed6d
371
+ redirect-uri : http://oauth.xkcoding.com/demo/oauth/wechat/callback
372
+ google :
373
+ client-id : 716******17-6db******vh******ttj320i******userco******t.com
374
+ client-secret : 9IBorn************7-E
375
+ redirect-uri : http://oauth.xkcoding.com/demo/oauth/google/callback
376
+ microsoft :
377
+ client-id : 7bdce8******************e194ad76c1b
378
+ client-secret : Iu0zZ4************************tl9PWan_.
379
+ redirect-uri : https://oauth.xkcoding.com/demo/oauth/microsoft/callback
380
+ mi :
381
+ client-id : 288************2994
382
+ client-secret : nFeTt89************************==
383
+ redirect-uri : http://oauth.xkcoding.com/demo/oauth/mi/callback
384
+ wechat_enterprise :
385
+ client-id : ww58******f3************fbc
386
+ client-secret : 8G6PCr00j************************rgk************AyzaPc78
387
+ redirect-uri : http://oauth.xkcoding.com/demo/oauth/wechat_enterprise/callback
388
+ agent-id : 1000002
387
389
` ` `
388
390
389
391
### 2.3. OauthController.java
0 commit comments