Details

    • Sub-task
    • Resolution: Done
    • Minor
    • None
    • None
    • None
    • 1.20.2021 - 2.12.2021, 2.12.2021 - 2.26.2021, 2.26.2021 - 3.12.2021, 3.12.2021 - 3.26.2021, 3.26.21 - 4.9.21, 4.9.21 - 4.23.21, 4.22.21 - 5.6.21, 5.7.21 - 5.21.21, 5.21.21 - 6.4.21

    Description

      As defined in the base specification, a metadata query request URL is constructed by concatenating the following four components (two of which are variable):

      1. The Metadata Query Server's base URL
      2. A single "/" character, unless the base URL already ends in a "/"
      3. The string "entities/"
      4. A single URL-encoded entityID

      For example, if the base URL is http://mdq.example.com/public and the entityID is https://sso.example.org/idp, the request URL is - 
          http://yourlocalservername/entities/https%3A%2F%2Fsso.example.org%2Fidp

      OR

          http://yourlocalservername/api/entities/https%3A%2F%2Fsso.example.org%2Fidp

       

      Therefore - a GET to the correct URL (ie for an existing entity id) should return the entity definition with the headers:

      MUST:

      • Content-Encoding (only if compressed - which the response shouldn't be, so this may or may not be here)
      • Content-Type
      • ETag

      SHOULD:

      • Cache-Control
      • Content-Length
      • Last-Modified 

      Attachments

        Activity

          People

            bill.smith@at.internet2.edu Bill Smith (unicon.net)
            bill.smith@at.internet2.edu Bill Smith (unicon.net)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: