28 Jul, 2013

2 commits

  • 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
     

22 Jul, 2013

1 commit


16 Jul, 2013

1 commit


12 Jul, 2013

1 commit


01 Jul, 2013

1 commit


24 Jun, 2013

1 commit


20 Jun, 2013

1 commit


06 Jun, 2013

1 commit

  • Modified the handling of passive authentication requests, this way it is
    possible to interrupt the passive AuthnRequest handling and still send back
    an appropriate SAML response.
    An example use-case would be to redirect the request away to a remember me
    authentication module, so you get authenticated with a cookie during just a
    simple passive request instead of returning a NoPassive response.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@5488 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

29 May, 2013

1 commit

  • AME-259: (CR-1751) CTSv2 scale to 2000 sessions/sec
    
    Upgraded the Core Token Services to v2 with a more generalised token storage format. This cover all Core Token Service areas including Sessions, SAML Tokens and OAuth Tokens. New LDAP schema is included which fits into the previous schema. Performance testing of implementation finds its performance to be acceptable with the possibility of further tuning later.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@5405 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    rwapshott
     

25 May, 2013

1 commit


24 May, 2013

2 commits


15 May, 2013

1 commit


15 Apr, 2013

1 commit


18 Mar, 2013

1 commit


14 Mar, 2013

1 commit


10 Mar, 2013

1 commit


22 Feb, 2013

2 commits


21 Feb, 2013

1 commit


20 Feb, 2013

1 commit


18 Feb, 2013

1 commit


13 Feb, 2013

1 commit


01 Feb, 2013

1 commit


31 Jan, 2013

1 commit

  • * Introduced SupportedAPITaglet and SupportedAllApiTaglet in order to
    prevent JavaDoc warnings
    * Created required package-info.java files for packages that are part of
    the public API
    * Updated pom.xml to refer to all the packages involved in the JavaDoc
    generation
    * Minor updates to Java classes to resolve JavaDoc warnings/errors
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@4169 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

11 Jan, 2013

1 commit


30 Nov, 2012

1 commit


27 Nov, 2012

1 commit


26 Nov, 2012

1 commit


22 Nov, 2012

3 commits


18 Nov, 2012

1 commit


09 Nov, 2012

1 commit


05 Nov, 2012

2 commits


01 Nov, 2012

1 commit

  • Due to changes to schemata, you need to:
    * cd openam-shared && mvn clean install
    * cd openam-schema && mvn clean install
    and only then can you actually run the full build
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@3513 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

16 Oct, 2012

1 commit


09 Oct, 2012

1 commit

  • OPENAM-1623
    
    
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@3359 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    jonathan