Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #444 from omindu/IDENTITY-3181
Browse files Browse the repository at this point in the history
Fixing IDENTITY-3181
  • Loading branch information
hpmtissera committed Jun 17, 2015
2 parents b6f0504 + 108d124 commit a6731ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private LogoutRequest buildLogoutRequest(String user, String sessionIndexStr, St
logoutReq.setIssuer(issuer);

NameID nameId = new NameIDBuilder().buildObject();
nameId.setFormat("urn:oasis:names:tc:SAML:2.0:nameid-format:entity");
nameId.setFormat("urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified");
nameId.setValue(user);
logoutReq.setNameID(nameId);

Expand Down

0 comments on commit a6731ae

Please sign in to comment.