Present

Minutes

  • After the consultation, we'll have to concentrate on the contents of the entity attribute
  • SeamlessAccess appears willing to change if profile changes, other initial users will also need to
  • We need to ensure that any changes are bacwards compatible. The suggestion is to introduce a parameter into the JSON, called profile. If profile is set to version 1 (or whatever we call this one) or is absent it'll use the original definition which is in use or in the example below. If it is version 2 (or higher) it'll use that version of the specification
  • Consultation takes some time to set up (up to 2 weeks) and then should be open for 1 month (or thereabouts). We want to have it open during TIIME.
  • What changes need made to consultation draft?
    • remove the "approach" section because things aren't happening in that order!
    • remove link to the original SeamlessAccess google doc. It's in the homepage of this WG so we have a record
    • change example to the one below
    • Note that the first 3 examples are invalid and for use in test suites. In fact, move the non-functional ones below the functional example
  • Then put the text into Word/Google doc and PDF it with line numbers
  • Send the pre-consultation draft to the WG Slack channel for a last review before consultation


Change the working example to:

eyJwcm9maWxlcyI6eyJzd2FtaWQtb25seSI6eyJzdHJpY3QiOnRydWUsImVudGl0aWVzIjpbeyJzZWxl
Y3QiOiJodHRwOi8vd3d3LnN3YW1pZC5zZS8iLCJtYXRjaCI6InJlZ2lzdHJhdGlvbkF1dGhvcml0eSIs
ImluY2x1ZGUiOnRydWV9XX0sImVkdWdhaW4iOnsiZW50aXRpZXMiOlt7ImluY2x1ZGUiOmZhbHNlLCJt
YXRjaCI6InJlZ2lzdHJhdGlvbkF1dGhvcml0eSIsInNlbGVjdCI6Imh0dHBzOi8vb3BlbmF0aGVucy5u
ZXQifV0sInN0cmljdCI6IHRydWV9fX0=

which decodes to:

{"profiles":{"swamid-only":{"strict":true,"entities":[{"select":"http://www.swamid.se/","match":"registrationAuthority","include":true}]},"edugain":{"entities":[{"include":false,"match":"registrationAuthority","select":"https://openathens.net"}],"strict": true}}}
  • No labels