[Openid-specs-ab] Ticket #498

Mike Jones Michael.Jones at microsoft.com
Fri Jan 6 21:48:23 UTC 2012


Specifically, this added these lines to the example:

HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store
Pragma: no-cache

Seems fine to me.

-----Original Message-----
From: openid-specs-ab-bounces at lists.openid.net [mailto:openid-specs-ab-bounces at lists.openid.net] On Behalf Of John Bradley
Sent: Friday, January 06, 2012 1:47 PM
To: openid-specs-ab at lists.openid.net
Subject: [Openid-specs-ab] Ticket #498

In fixing that ticket I noticed that the example was missing the HTTP part of the response.

I have corrected it to be:

GET /connect/sector_identifier.js HTTP/1.1
Accept: application/json
Host: client.example.com

HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store
Pragma: no-cache

[ "https://client.example.com/callback",
 "https://client.example.com/callback2",
 "https://client.other_company.com/callback" ]


Comments on my fix?

John B.





More information about the Openid-specs-ab mailing list