22 Sep, 2014
4 commits
-
Additional fixes after issue was reopened, now fixing logout redirection and whitespace in app names git-svn-id: https://svn.forgerock.org/openam/trunk@10606 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10603 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10601 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…ied of both 1.6 and 1.7 to be able to build successfully git-svn-id: https://svn.forgerock.org/openam/trunk@10599 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
20 Sep, 2014
3 commits
-
Adjusted the AttributeQueryUtil#isSameAttribute implementation, so it now handles the unspecified attribute nameformat as a wildcard match. git-svn-id: https://svn.forgerock.org/openam/trunk@10592 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10591 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10590 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
19 Sep, 2014
4 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10589 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10588 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…ions of 'logout' and 'validate'. git-svn-id: https://svn.forgerock.org/openam/trunk@10586 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10582 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
18 Sep, 2014
15 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10576 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10575 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10574 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10572 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10570 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10569 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10568 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10567 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10566 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10565 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…ith the specification. git-svn-id: https://svn.forgerock.org/openam/trunk@10563 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…ntly returned by OAuth2/OpenID Connect client registration endpoint. git-svn-id: https://svn.forgerock.org/openam/trunk@10562 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10559 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10557 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
XUI and policy UI REST calls have had their Accept-API-Version headers to reference the latest version of the REST endpoints git-svn-id: https://svn.forgerock.org/openam/trunk@10551 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
17 Sep, 2014
3 commits
-
…ays begin with a logical within the UI git-svn-id: https://svn.forgerock.org/openam/trunk@10545 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10542 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10540 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
16 Sep, 2014
4 commits
-
…e OIDC module better respects the spec, refactors out the JWT handling of the OIDC and OAuth 2 modules to avoid code duplication, and modifies the current OAuth 2 module to extract out the OIDC token if present. git-svn-id: https://svn.forgerock.org/openam/trunk@10536 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
Two callbacks were missing from the list in dev guide section, REST APIs for Authentication & Logout: * HiddenValueCallback * ScriptTextOutputCallback This patch also adds a short description for each callback type. git-svn-id: https://svn.forgerock.org/openam/trunk@10531 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10525 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…xml during custom install git-svn-id: https://svn.forgerock.org/openam/trunk@10522 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
15 Sep, 2014
7 commits
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10519 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10513 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10512 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10510 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10508 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
git-svn-id: https://svn.forgerock.org/openam/trunk@10506 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
-
…overs user self-registration. git-svn-id: https://svn.forgerock.org/openam/trunk@10504 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d