Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1660

Anonymous requests does not store domain and delegatedBy information in the auth context

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.10
    • 2.1.11, 3.0.0-M0
    • core
    • None

    Description

      1. Define a new domain or take sample domain Two as reference
      2. Create an user under that domain
      3. Try to perform a requestPasswordReset, here is the call:
      curl -X 'POST' \
        'http://host:port/syncope/rest/users/self/requestPasswordReset?username=myusername' \
        -H 'accept: */*' \
        -H 'X-Syncope-Domain: Two' \
        -H 'Content-Type: */*' \
        -d '' 

      you'll get a "not found" error since domain is not tracked in the auth context.

      Attachments

        Activity

          People

            ilgrosso Francesco Chicchiriccò
            andreapatricelli Andrea Patricelli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: