24 Apr, 2015

1 commit

  • This patch updates the examples in the documentation
    so that they are all routes and can be used at the same time.
    
    Some examples still require additional configuration.
    
    This patch also updates the sample doc server
    for use with the revised examples.
    
    This patch also adds support for authentication with headers,
    as shown in the following example:
    
    $ curl \
     --request POST \
     --header "username: bjensen" \
     --header "password: hifalutin" \
     http://localhost:8081/
    
    This capability is not yet used in the docs,
    but in review we found it could be useful for QA.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@980 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

11 Mar, 2015

1 commit

  • This patch updates docs to account for the new OAuth2Provider.
    
    Apply review suggestions from Violette.
    
    Apply review suggestions from Jean-Charles.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@915 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

24 Feb, 2015

1 commit

  • This patch requires that the DesKeyGenHandler
    be exposed under /openig,
    and only be used when accessing OpenIG from localhost.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@906 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

18 Feb, 2015

1 commit

  • This patch adds a handler to generate a DES key.
    By using the handler, the reader can avoid
    the convoluted steps for generating a key with OpenAM.
    
    Applied review suggestions from Guillaume
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@900 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

29 Jan, 2015

1 commit


12 Dec, 2014

1 commit


03 Dec, 2014

1 commit


01 Dec, 2014

1 commit


28 Nov, 2014

1 commit


25 Nov, 2014

1 commit

  • Now that we have a CaptureDecorator to capture the exchange,
    we do not need to document a script for doing the same thing.
    
    In working on this issue, it also became apparent
    that these examples did not call for dumping the exchange anyway.
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@751 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

22 Nov, 2014

1 commit


21 Nov, 2014

1 commit


20 Nov, 2014

1 commit


19 Nov, 2014

1 commit


06 Nov, 2014

1 commit


29 Oct, 2014

1 commit

  • Although the JSON pointer is sufficient to guarantee unicity of a name
    within the scope of a heap, it makes it hard for reader to link that name
    to the configuration object they provided.
    
    This patch supports both improvements:
    * if a `name` attribute is provided in the declaration, use it as-is
    * if not, prepend the `type` attribute value to the pointer String to help identification
    
    This patch also updates the logs samples provided in the documentation.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@666 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    guillaume.sauthier
     

28 Oct, 2014

1 commit


23 Oct, 2014

1 commit


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
     

17 Sep, 2014

1 commit


08 Sep, 2014

2 commits


03 Sep, 2014

2 commits


29 Aug, 2014

1 commit


27 Aug, 2014

2 commits