SAML support for CCM
git-svn-id: https://svn.libreccm.org/ccm/trunk@6168 8810af33-2d31-482b-a856-94f89814c4dfmaster^2^2^2
parent
4a71df552a
commit
e115a4bd27
|
|
@ -62,7 +62,6 @@ public class SamlLoginModule implements LoginModule {
|
||||||
try {
|
try {
|
||||||
auth = new Auth(request, response);
|
auth = new Auth(request, response);
|
||||||
} catch (IOException | SettingsException | Error ex) {
|
} catch (IOException | SettingsException | Error ex) {
|
||||||
|
|
||||||
LOGGER.error("SAML Login failed.", ex);
|
LOGGER.error("SAML Login failed.", ex);
|
||||||
throw new LoginException("SAML Login failed. Configuration error?");
|
throw new LoginException("SAML Login failed. Configuration error?");
|
||||||
}
|
}
|
||||||
|
|
@ -145,5 +144,4 @@ public class SamlLoginModule implements LoginModule {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue