We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d955327 commit ab992cbCopy full SHA for ab992cb
gamsaml20/src/main/java/com/genexus/saml20/PostBinding.java
@@ -57,7 +57,7 @@ public String getLogoutAssertions() {
57
58
public String getLoginAttribute(String name) {
59
logger.trace("getLoginAttribute");
60
- return SamlAssertionUtils.getLoginAttribute(this.xmlDoc, name);
+ return SamlAssertionUtils.getLoginAttribute(this.xmlDoc, name).trim();
61
}
62
63
public String getRoles(String name) {
0 commit comments