22 Oct, 2014

1 commit

  • - Updated stacktrace in section 1.
    - Remove section 2.
    - Replaced section 'Unexpected character  at position 1103' and replaced it by
    'Extra or missing character / invalid JSON'
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@643 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    violette
     

24 Sep, 2014

1 commit

  • This patch addresses three issues:
    OPENIG-313: Instead of labelling reference values as strings, call them references
    OPENIG-317: Update documentation to use inlined objects
    OPENIG-327: Update documentation to reflect that empty "config" fields are now optional
    
    There remains some work for OPENIG-313, however.
    This commit only resolves OPENIG-317 & OPENIG-327.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@592 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

22 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


12 Sep, 2014

1 commit


11 Sep, 2014

1 commit


10 Sep, 2014

1 commit


09 Sep, 2014

1 commit


08 Sep, 2014

2 commits


04 Sep, 2014

2 commits


03 Sep, 2014

2 commits


29 Aug, 2014

1 commit


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

3 commits


08 Aug, 2014

2 commits


07 Aug, 2014

9 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
     
  •     Fixed typos in links, arranged topics as in the guide for http://openig.forgerock.org/doc/gateway-guide/#quickstart-where-to-go-from-here
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@496 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  •     Removed troubleshooting section for issue fixed with welcome page.
        Fixed typo in install chapter: “with with” ==> “with”.
        In gateway servlet ref, “logSink” and “temporaryStorage” are now marked optional.
        Added a troubleshooting section regarding invalid route config changes.
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@494 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • git-svn-id: https://svn.forgerock.org/openig/trunk@492 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • git-svn-id: https://svn.forgerock.org/openig/trunk@490 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • The error no longer occurs, as we now have a default config and welcome page.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@488 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • git-svn-id: https://svn.forgerock.org/openig/trunk@486 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • …ng in OpenIG configuration
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@482 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

06 Aug, 2014

1 commit


05 Aug, 2014

2 commits


03 Aug, 2014

1 commit