Description
Replace:
<claimTypesRequested> <claimType type="a particular claim type" optional="true" /> </claimTypesRequested>
With:
<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>
Attachments
Issue Links
- duplicates
-
FEDIZ-93 Provide correct fediz_config.xml to match with fedizhelloworld demo
- Closed