Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-7839

Switch Claim claimType from URI to String.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • None
    • None
    • Unknown

    Description

      This task is to switch the Claim ClaimType from URI to String. Also to change the following method in ClaimsHandler in the STS:

      List<URI> getSupportedClaimTypes();

      to

      List<String> getSupportedClaimTypes();

      The rationale is to make the Claim class more portable so that it works with JWT Claims as well.

      Attachments

        Issue Links

          Activity

            People

              coheigea Colm O hEigeartaigh
              coheigea Colm O hEigeartaigh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: