Repository: cxf-fediz Updated Branches: refs/heads/master 91ec02ed8 -> 27acfdaf3
And setting it on the subjectCreator Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/27acfdaf Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/27acfdaf Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/27acfdaf Branch: refs/heads/master Commit: 27acfdaf33c13a026df309222f3e7343dfe234f7 Parents: 91ec02e Author: Sergey Beryozkin <[email protected]> Authored: Fri Jul 7 12:50:09 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Jul 7 12:50:09 2017 +0100 ---------------------------------------------------------------------- services/oidc/src/main/webapp/WEB-INF/data-manager.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/27acfdaf/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 beee2c9..dc9bd0e 100644 --- a/services/oidc/src/main/webapp/WEB-INF/data-manager.xml +++ b/services/oidc/src/main/webapp/WEB-INF/data-manager.xml @@ -69,6 +69,7 @@ init-method="init" destroy-method="close"> <!-- List of accepted scopes --> <property name="supportedScopes" ref="supportedScopes"/> + <!-- List of scopes that the consent/authorization form should make selected by default. For example, asking a user to do an extra click @@ -90,6 +91,8 @@ <!-- Custom SubjectCreator where IdToken is created --> <bean id="subjectCreator" class="org.apache.cxf.fediz.service.oidc.FedizSubjectCreator"> <property name="idTokenIssuer" value="accounts.fediz.com"/> + <!-- List of additional claims which can be optionally added to IdToken --> + <property name="supportedClaims" ref="supportedClaims"/> </bean> </beans>
