Jan Bernhardt created FEDIZ-93:
----------------------------------
Summary: Provide correct fediz_config.xml to match with
fedizhelloworld demo
Key: FEDIZ-93
URL: https://issues.apache.org/jira/browse/FEDIZ-93
Project: CXF-Fediz
Issue Type: Improvement
Components: Examples, Plugin
Affects Versions: 1.1.2
Reporter: Jan Bernhardt
Assignee: Jan Bernhardt
Priority: Minor
Fix For: 1.2.0
Replace:
{code}
<claimTypesRequested>
<claimType type="a particular claim type" optional="true" />
</claimTypesRequested>
{code}
With:
{code}
<claimTypesRequested>
<claimType
type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role"
optional="false" />
<claimType
type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"
optional="true" />
<claimType
type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"
optional="true" />
<claimType
type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
optional="true" />
</claimTypesRequested>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)