mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-05-14 12:52:08 +08:00
update sa-token-doc/oauth2/oauth2-server.md.
Signed-off-by: 孔明 <2393584716@qq.com>
This commit is contained in:
@@ -100,7 +100,7 @@ public class SaOAuth2ServerController {
|
|||||||
cfg.
|
cfg.
|
||||||
// 配置:未登录时返回的View
|
// 配置:未登录时返回的View
|
||||||
setNotLoginView(() -> {
|
setNotLoginView(() -> {
|
||||||
String msg = "当前会话在SSO-Server端尚未登录,请先访问"
|
String msg = "当前会话在OAuth-Server端尚未登录,请先访问"
|
||||||
+ "<a href='/oauth2/doLogin?name=sa&pwd=123456' target='_blank'> doLogin登录 </a>"
|
+ "<a href='/oauth2/doLogin?name=sa&pwd=123456' target='_blank'> doLogin登录 </a>"
|
||||||
+ "进行登录之后,刷新页面开始授权";
|
+ "进行登录之后,刷新页面开始授权";
|
||||||
return msg;
|
return msg;
|
||||||
|
|||||||
Reference in New Issue
Block a user