You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
This may be because I am logging at the DEBUG level.
I just ran into this while setting up a Google G-Suite Apps SAML IdP.
The fix is to verify the response signature before assertion xml is converted to an object. I'm not certain why this occurs, but it is consistent in my current environment and this tiny tweak fixes it.
The text was updated successfully, but these errors were encountered:
The value of samlResponse.isSigned() before this line is
true
https://github.com/dotCMS/plugin-com.dotcms.dotsaml/blob/4.0-4.3.x/src/com/dotcms/plugin/saml/v3/handler/HttpPostAssertionResolverHandlerImpl.java#L94
After this line it is
false
.This may be because I am logging at the DEBUG level.
I just ran into this while setting up a Google G-Suite Apps SAML IdP.
The fix is to verify the response signature before assertion xml is converted to an object. I'm not certain why this occurs, but it is consistent in my current environment and this tiny tweak fixes it.
The text was updated successfully, but these errors were encountered: