SAML support for CCM
git-svn-id: https://svn.libreccm.org/ccm/trunk@6168 8810af33-2d31-482b-a856-94f89814c4dfmaster^2
parent
fc0e73fc38
commit
ea258ce94a
|
|
@ -87,9 +87,6 @@ public class SamlLoginModule implements LoginModule {
|
|||
|
||||
@Override
|
||||
public boolean commit() throws LoginException {
|
||||
if (userId != null) {
|
||||
subject.getPrincipals().add(new PartyPrincipal(userId));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -142,5 +139,4 @@ public class SamlLoginModule implements LoginModule {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue