#I844NY 消除Session与Authentication来回嵌套
This commit is contained in:
@@ -79,7 +79,7 @@ public class AssertionEndpoint {
|
||||
logger.debug("AuthnRequestInfo: {}", authnRequestInfo);
|
||||
HashMap <String,String>attributeMap=new HashMap<String,String>();
|
||||
attributeMap.put(WebConstants.ONLINE_TICKET_NAME,
|
||||
AuthorizationUtils.getPrincipal().getSession().getFormattedId());
|
||||
AuthorizationUtils.getPrincipal().getSessionId());
|
||||
|
||||
//saml20Details
|
||||
Response authResponse = authnResponseGenerator.generateAuthnResponse(
|
||||
|
||||
Reference in New Issue
Block a user