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
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
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
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
29 Jan, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@863 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
12 Dec, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@807 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
03 Dec, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@777 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
01 Dec, 2014
1 commit
-
Minor updates reviewed by Guillaume The expectation is that OpenIG will expose endpoints like this under /openig. git-svn-id: https://svn.forgerock.org/openig/trunk@768 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
28 Nov, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@764 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
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
22 Nov, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@745 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
21 Nov, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@742 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
20 Nov, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@738 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
19 Nov, 2014
1 commit
-
* also added test to ensure that it is possible to inline a route's handler and avoid the need for a heap. git-svn-id: https://svn.forgerock.org/openig/trunk@730 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
06 Nov, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@686 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
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
28 Oct, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@665 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
23 Oct, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@650 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
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
17 Sep, 2014
1 commit
-
This patch removes arbitrary use of exchange.session, but also shows using JwtSession where it could make sense, as in the federation tutorial. git-svn-id: https://svn.forgerock.org/openig/trunk@581 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
08 Sep, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@563 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@562 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
03 Sep, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@550 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
…verFilter access token git-svn-id: https://svn.forgerock.org/openig/trunk@549 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
29 Aug, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openig/trunk@546 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
27 Aug, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openig/trunk@540 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
-
git-svn-id: https://svn.forgerock.org/openig/trunk@539 dbb9e58e-28e6-4ce0-90e8-f11d9605b710