Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-4074

Encode semicolons in full names for the new OpenID server

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 2.8.2
    • None
    • None
    • None

    Description

      The new OpenID server doesn't encode semicolons in the redirection back to the relying party. For example, a user with a full name of Hello;

      &openid.ext1.fullname=Hello;
      

      If the RP treats semicolons as separators (for example, Play!), then this won't pass signature validation. It should be:

      &openid.ext1.fullname=Hello%3B
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jwalton joe
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: