Uploaded image for project: 'CXF-Fediz'
  1. CXF-Fediz
  2. FEDIZ-94

Provide correct fediz_config.xml to match with fedizhelloworld demo

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.2
    • 1.2.0
    • Examples, Plugin
    • None

    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

          Activity

            People

              jan4talend Jan Bernhardt
              jan4talend Jan Bernhardt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: