SAML support for CCM

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

View File

@ -62,7 +62,6 @@ public class SamlLoginModule implements LoginModule {
try {
auth = new Auth(request, response);
} catch (IOException | SettingsException | Error ex) {
LOGGER.error("SAML Login failed.", ex);
throw new LoginException("SAML Login failed. Configuration error?");
}
@ -145,5 +144,4 @@ public class SamlLoginModule implements LoginModule {
);
}
}
}