SAML support for CCM

git-svn-id: https://svn.libreccm.org/ccm/trunk@6168 8810af33-2d31-482b-a856-94f89814c4df
master^2^2
jensp 2019-08-29 08:52:02 +00:00 committed by Jens Pelzetter
parent 0e3cbf56cc
commit 5d840d326a
1 changed files with 0 additions and 4 deletions

View File

@ -87,9 +87,6 @@ public class SamlLoginModule implements LoginModule {
@Override @Override
public boolean commit() throws LoginException { public boolean commit() throws LoginException {
if (userId != null) {
subject.getPrincipals().add(new PartyPrincipal(userId));
}
return true; return true;
} }
@ -142,5 +139,4 @@ public class SamlLoginModule implements LoginModule {
); );
} }
} }
} }