[Openid-specs-ab] Issue #912: Registration - 3.3. Client Registration Error Response example is missing schema (openid/connect)
Mike Jones
Michael.Jones at microsoft.com
Tue Dec 17 03:43:10 UTC 2013
Thanks for the catch - it's corrected now. I'll build new HTML versions after I finish incorporating some more of Torsten's Registration review comments.
-- Mike
-----Original Message-----
From: openid-specs-ab-bounces at lists.openid.net [mailto:openid-specs-ab-bounces at lists.openid.net] On Behalf Of Nat Sakimura
Sent: Monday, December 16, 2013 6:08 PM
To: openid-specs-ab at lists.openid.net
Subject: [Openid-specs-ab] Issue #912: Registration - 3.3. Client Registration Error Response example is missing schema (openid/connect)
New issue 912: Registration - 3.3. Client Registration Error Response example is missing schema https://bitbucket.org/openid/connect/issue/912/registration-33-client-registration-error
Nat Sakimura:
the example code seems to be wrong.
It states:
```
#!http
HTTP/1.1 400 Bad Request
WWW-Authenticate: error="invalid_redirect_uri",
error_description="One or more redirect_uri values are invalid"
Cache-Control: no-store
Pragma: no-cache
```
As you can see, this is missing the required authorization schema, which in our case is "Bearer".
It should be:
```
#!http
HTTP/1.1 400 Bad Request
WWW-Authenticate: Bearer error="invalid_redirect_uri",
error_description="One or more redirect_uri values are invalid"
Cache-Control: no-store
Pragma: no-cache
```
The same is true for the ReadError.
Responsible: mbj
_______________________________________________
Openid-specs-ab mailing list
Openid-specs-ab at lists.openid.net
http://lists.openid.net/mailman/listinfo/openid-specs-ab
More information about the Openid-specs-ab
mailing list