mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
Update SingleSignOnInterceptor.java
This commit is contained in:
@@ -52,7 +52,7 @@ public class SingleSignOnInterceptor implements AsyncHandlerInterceptor {
|
||||
AuthorizationUtils.authenticateWithCookie(
|
||||
request,authJwtService,onlineTicketService);
|
||||
|
||||
if(AuthorizationUtils.isAuthenticated()){
|
||||
if(AuthorizationUtils.isNotAuthenticated()){
|
||||
//http://sso.maxkey.top/sign/
|
||||
String loginUrl = "http://sso.maxkey.top:4200/#/passport/login";
|
||||
String savedRequestUrl = UrlUtils.buildFullRequestUrl(request);
|
||||
|
||||
Reference in New Issue
Block a user