06 Aug, 2013

4 commits


05 Aug, 2013

6 commits


04 Aug, 2013

3 commits


02 Aug, 2013

5 commits


01 Aug, 2013

3 commits


31 Jul, 2013

3 commits


30 Jul, 2013

6 commits


29 Jul, 2013

6 commits


28 Jul, 2013

4 commits

  • Updated the property XML, so Local Site Properties button no longer throws
    error.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6034 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • git-svn-id: https://svn.forgerock.org/openam/trunk@6031 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    sachiko
     
  • git-svn-id: https://svn.forgerock.org/openam/trunk@6028 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • 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
    peter.major