Repository: cxf-fediz Updated Branches: refs/heads/master 889916470 -> 8468a4bc0
Adding the email and profile to the list of supported scopes OOB as suggested by Jan Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/85db628f Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/85db628f Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/85db628f Branch: refs/heads/master Commit: 85db628f86aa68fca761c739e61f104c9a06fe19 Parents: b8faa2d Author: Sergey Beryozkin <[email protected]> Authored: Thu Jan 19 10:52:03 2017 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Jan 19 10:52:03 2017 +0000 ---------------------------------------------------------------------- services/oidc/src/main/webapp/WEB-INF/data-manager.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/85db628f/services/oidc/src/main/webapp/WEB-INF/data-manager.xml ---------------------------------------------------------------------- diff --git a/services/oidc/src/main/webapp/WEB-INF/data-manager.xml b/services/oidc/src/main/webapp/WEB-INF/data-manager.xml index 0fd539a..a1bd1c6 100644 --- a/services/oidc/src/main/webapp/WEB-INF/data-manager.xml +++ b/services/oidc/src/main/webapp/WEB-INF/data-manager.xml @@ -32,6 +32,8 @@ <!-- List of accepted scopes --> <util:map id="supportedScopes"> <entry key="openid" value="Access the authentication claims" /> + <entry key="email" value="Access the email address" /> + <entry key="profile" value="Access the profile claims" /> <entry key="refreshToken" value="Refresh access tokens" /> </util:map>
