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

Issuer in TokenIntrospection should be quoted in JSON

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.1.8
    • 3.1.9, 3.2.0
    • JAX-RS Security
    • None
    • Unknown

    Description

      See line 118 in OauthJSONProvider :
      appendJsonPair(sb, "iss", obj.getIss(), false);

      it should be
      appendJsonPair(sb, "iss", obj.getIss(), true );

      in my opinion since the issuer typically is a uri.

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            svein.otto.solem@kantega.no Svein Otto Solem
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: