29 Jul, 2014

1 commit


28 Jul, 2014

4 commits


25 Jul, 2014

1 commit


23 Jul, 2014

2 commits

  • Configured escapeString for resource files in order to be able to
    differentiate static texts that needs filtering post build from strings
    that needs to be filtered at build time.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@9833 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • TokenBlobStrategy is now able to deal with null input by simply returning
    null during perform/reverse.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@9830 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

21 Jul, 2014

1 commit


17 Jul, 2014

2 commits


15 Jul, 2014

2 commits


14 Jul, 2014

1 commit


11 Jul, 2014

1 commit


10 Jul, 2014

1 commit


04 Jul, 2014

1 commit


03 Jul, 2014

4 commits


02 Jul, 2014

5 commits


01 Jul, 2014

2 commits


30 Jun, 2014

2 commits


27 Jun, 2014

1 commit


26 Jun, 2014

7 commits


25 Jun, 2014

2 commits

  • DAS now supports goto URL validation.
    Changes:
    * The valid goto URL domain setting has been moved to a new service called
    validationService, the new property name is
    "openam-auth-valid-goto-resources"
    * A new delegation policy has been created that allows agent accounts to
    read the validationService settings
    * The necessary upgrade step has been implemented that should migrate
    existing valid goto domains to the new service (also removes the old ones),
    which also ensures that the new delegation policy is added to the system.
    * The Goto URL validation logic has been extracted out to a separate class
    called GotoUrlValidator, which is now can be used from both openam-core
    and openam-federation-library (for Relaystate evaluations).
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@9424 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • git-svn-id: https://svn.forgerock.org/openam/trunk@9423 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major