mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-18 14:28:08 +08:00
OIDC接口优化 #I4VFYD
This commit is contained in:
@@ -85,7 +85,7 @@ public class BasicEntryPoint implements AsyncHandlerInterceptor {
|
||||
_logger.info("recreate new session .");
|
||||
request.getSession(true);
|
||||
}
|
||||
String basicCredential =request.getHeader(AuthorizationHeaderUtils.AUTHORIZATION_HEADERNAME);
|
||||
String basicCredential =request.getHeader(AuthorizationHeaderUtils.HEADER_Authorization);
|
||||
_logger.info("getSession.getId : "+ request.getSession().getId());
|
||||
|
||||
_logger.info("Authorization : " + basicCredential);
|
||||
|
||||
Reference in New Issue
Block a user