22 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6373 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
20 Aug, 2013
2 commits
-
We are no longer using a proprietary attribute with DSEE to store group membership data on the user entry. Instead, we are now only relying on the uniquemember/member attributes. git-svn-id: https://svn.forgerock.org/openam/trunk@6343 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6342 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
19 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6320 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
17 Aug, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6305 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
Implemented a servlet filter to filter incoming requests and redirect them XUI based on the result of a new attribute openam-xui-interface-enabled. Since OPENAM-2811 affects XUI and the ability to login, this filter is currently disabled by default on all installations and upgrades until OPENAM-2811 is fixed. git-svn-id: https://svn.forgerock.org/openam/trunk@6304 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
16 Aug, 2013
4 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6302 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
Changed the LDAPURL class so it is now capable to also store the LDAP scheme if necessary. The DLCF implementation has been also adjusted to handle the scenario when configuration stores are configured with mixed LDAP/LDAPS servers. git-svn-id: https://svn.forgerock.org/openam/trunk@6301 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
Fixing authentication module service structure and lookup mechanism git-svn-id: https://svn.forgerock.org/openam/trunk@6292 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…t to de-register on shutdown. git-svn-id: https://svn.forgerock.org/openam/trunk@6289 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
15 Aug, 2013
3 commits
-
* Removing obsolete code * Moving lockhart to console * Separating out configurator and upgrade tool from openam-core * Moving LDIF files to their correct location * Removing unnecessary files * Fixing component builds after removing openam-locale * Updates based on review comments git-svn-id: https://svn.forgerock.org/openam/trunk@6286 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
* Moving resources to their correct locations git-svn-id: https://svn.forgerock.org/openam/trunk@6285 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
* Use commons-lang 2 consistently, and remove commons-lang3 * Remove JMQ/JMS dependencies * Removing backport-util-concurrent * Aligning license headers * Moving amadmtools to openam-core for now (it may be extracted in the future, when all the CLI tools have their own modules) * Consolidating POMs git-svn-id: https://svn.forgerock.org/openam/trunk@6284 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
14 Aug, 2013
5 commits
-
It seems after installing a new system, the agentgroup Instance does not exist for AgentService. Now the upgrade code handles this situation and carries on. git-svn-id: https://svn.forgerock.org/openam/trunk@6264 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6261 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6258 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
Changing upgrade mechanism so it can cope with incorrect CTSv1 schema. git-svn-id: https://svn.forgerock.org/openam/trunk@6256 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6251 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
13 Aug, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6244 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…le in the last executed auth module git-svn-id: https://svn.forgerock.org/openam/trunk@6217 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
09 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6195 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
08 Aug, 2013
3 commits
-
This merge also includes changes for: * short reports were always generated when clicking on an actionlink, even though the report isn't actually displayed. * Implementation of OPENAM-1630 SAML2 metadata signatures are now compliant with the specification. Within this change two new realm level option has been introduced: metadataSigningKey metadataSigningKeyPass These will tell OpenAM which private key to use for signing the SAML2 metadata. In case the SAML entity is remote, OpenAM will try to maintain the original XML signature (if present), otherwise it will be signed with the configured key. * Fixing minor bug with configurator in case the system is already upgraded. The problem was that the request for upgrade.htm resulted in a redirect which has been automatically followed, so the final response code was 200, and that confused the configurator. * Fix for OPENAM-2710 * Fix for OPENAM-2064 Dashboard service has been extracted to a separate LDIF file and the schema is now available for all supported data store types. git-svn-id: https://svn.forgerock.org/openam/trunk@6187 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
By throwing a ServletException in Servlet#init we prevent the continuation of the init process and essentually the application deployment will fail as well. git-svn-id: https://svn.forgerock.org/openam/trunk@6173 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
Adding the brand new client parameter to authenticate, so remote clients can send the IP address of the user for the sake of audit logs. git-svn-id: https://svn.forgerock.org/openam/trunk@6171 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
07 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6161 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
06 Aug, 2013
1 commit
-
Changing lockout error code git-svn-id: https://svn.forgerock.org/openam/trunk@6146 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
02 Aug, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6100 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
31 Jul, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6080 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…y named. Now they follow a logical naming scheme. git-svn-id: https://svn.forgerock.org/openam/trunk@6071 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
29 Jul, 2013
4 commits
-
… Subsequent stories will address performance enhancements. git-svn-id: https://svn.forgerock.org/openam/trunk@6056 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6052 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6038 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6035 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
28 Jul, 2013
3 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6031 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
The solution involved following changes: * changed the way the login URL is being saved for forwarded request, now we only save the forwarded request parameters, hence the originally used parameters (like SAMLRequest) are no longer saved * changed the SAML redirectAuthentication implementation to include some extra request parameters for the goto URL, this way we can ensure that we can send back a SAML error response to the SP even when the AuthnRequest is no longer available. * In case the AuthnRequest is not available (by any means) now we send back a SAML error response to the SP instead of showing an HTTP-500 git-svn-id: https://svn.forgerock.org/openam/trunk@6027 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6025 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
25 Jul, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@6003 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
24 Jul, 2013
2 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@5942 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@5940 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
22 Jul, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openam/trunk@5924 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d