23 Sep, 2014

1 commit


22 Sep, 2014

2 commits


19 Sep, 2014

1 commit


18 Sep, 2014

1 commit

  • If you can store all state on the user-agent,
    for example by using the JwtSession implementation,
    then perhaps OpenIG can be stateless enough
    that there is no need to do anything special when load balancing.
    
    If some of the state is stored on the server,
    then you need to configure the load balancer for session stickiness
    and to configure the container for session replication.
    
    Neither the load balancer configuration
    nor the container configuration
    are specific to OpenIG,
    so this patch explains what needs doing
    and points to the documentation
    for supported containers Apache Tomcat & Jetty.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@582 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

17 Sep, 2014

1 commit


16 Sep, 2014

3 commits


12 Sep, 2014

2 commits


11 Sep, 2014

1 commit


10 Sep, 2014

1 commit


09 Sep, 2014

1 commit


08 Sep, 2014

2 commits


04 Sep, 2014

3 commits


03 Sep, 2014

2 commits


29 Aug, 2014

2 commits


28 Aug, 2014

3 commits

  • git-svn-id: https://svn.forgerock.org/openig/trunk@543 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • git-svn-id: https://svn.forgerock.org/openig/trunk@542 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • git-svn-id: https://svn.forgerock.org/openig/trunk@541 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

27 Aug, 2014

3 commits


25 Aug, 2014

5 commits


21 Aug, 2014

1 commit


08 Aug, 2014

3 commits


07 Aug, 2014

2 commits

  •     In both Federation chapters, .war ==> war file
        In http://openig.forgerock.org/doc/gateway-guide/#federation-configuration-files , gateway.cot ==> fedlet
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@500 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  •     Fixed typos in links, arranged topics as in the guide for http://openig.forgerock.org/doc/gateway-guide/#quickstart-where-to-go-from-here
         Removed optional “field” from http://openig.forgerock.org/doc/gateway-guide/#tutorial-credentials-from-file and related config.json
         Aligned section Implementing a Filter with current behavior, http://openig.forgerock.org/doc/gateway-guide/#custom-filter
         Aligned section Implementing a Handler with current behavior, http://openig.forgerock.org/doc/gateway-guide/#custom-handler
         Replaced sample filter code with updated version from Guillaume, http://openig.forgerock.org/doc/gateway-guide/#custom-sample-filter
         Added Maven resource filtering for .json files in docs to resolve $\{projectName} in http://openig.forgerock.org/doc/gateway-guide/#config-oidc-client
         Fixed typo in link title under http://openig.forgerock.org/doc/gateway-guide/#oidc-rp-tutorial-openam-config
         Updated troubleshooting section Object not found in heap to match current exceptions
         Fixed typo in Windows path names
         Added DispatchHandler, Route, SamlFederationHandler to http://openig.forgerock.org/doc/gateway-guide/#how-it-works-handlers
         Added CryptoHeaderFilter to http://openig.forgerock.org/doc/gateway-guide/#how-it-works-filters
         OpenIG .war (file) ==> OpenIG war file (in several locations)
         Fixed typo in Maven property <windowsWarTmpDir>${windowsWarBase}\SAML</windowsWarTmpDir> ==> <windowsWarTmpDir>${windowsWarBase}\tmp</windowsWarTmpDir>
         In OPENIG_BASE examples, /path/to/openig/files ==> /path/to/openig
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@498 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark