Skip to content

Commit ab992cb

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:gamsaml20' into beta
1 parent d955327 commit ab992cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamsaml20/src/main/java/com/genexus/saml20/PostBinding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public String getLogoutAssertions() {
5757

5858
public String getLoginAttribute(String name) {
5959
logger.trace("getLoginAttribute");
60-
return SamlAssertionUtils.getLoginAttribute(this.xmlDoc, name);
60+
return SamlAssertionUtils.getLoginAttribute(this.xmlDoc, name).trim();
6161
}
6262

6363
public String getRoles(String name) {

0 commit comments

Comments
 (0)