30 Jan, 2015

2 commits

  • Originally the agent group membership was stored in a field called
    "labeledUri", however this field is not serialized when running
    export-svc-cfg ssoadm command. Rather than modifying the XML schema for the
    service definitions, the agent group membership information has been moved
    to a new AttributeSchema element called "agentgroup" for each agent type.
    A new upgrade step has been implemented to ensure that the group
    membership information is migrated across to the new attribute during
    upgrade.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@12268 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • … and allow "Authentication Level (less than or equal to)" selection in Policy Editor
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@12266 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    jaco.jooste
     

10 Dec, 2014

1 commit


21 Nov, 2014

2 commits


10 Nov, 2014

1 commit


04 Nov, 2014

1 commit


31 Oct, 2014

1 commit


30 Oct, 2014

1 commit


28 Oct, 2014

2 commits


23 Oct, 2014

1 commit


22 Oct, 2014

2 commits


21 Oct, 2014

2 commits


16 Oct, 2014

1 commit


15 Oct, 2014

1 commit


14 Oct, 2014

2 commits


13 Oct, 2014

1 commit


10 Oct, 2014

1 commit


09 Oct, 2014

1 commit


23 Sep, 2014

1 commit


19 Sep, 2014

1 commit


08 Sep, 2014

2 commits


05 Sep, 2014

1 commit


29 Aug, 2014

1 commit


20 Aug, 2014

1 commit


19 Aug, 2014

1 commit


06 Aug, 2014

1 commit


05 Aug, 2014

1 commit


01 Aug, 2014

1 commit


31 Jul, 2014

1 commit


14 Jul, 2014

1 commit


02 Jul, 2014

1 commit


30 Jun, 2014

1 commit


26 Jun, 2014

1 commit


25 Jun, 2014

1 commit

  • 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