+1.1
On 2011-09-23, at 7:00 AM, Mike Jones wrote:
> James Manger and others pointed out that the current credentials syntax does
> not comply with RFC 2617, nor does it match the updated credentials syntax
> contained in HTTPbis, part 7: Authentication. The current syntax in the
> bearer token draft is:
> credentials = "Bearer" RWS access-token
> access-token = 1*( quoted-char / <"> )
>
> quoted-char = ALPHA / DIGIT /
> "!" / "#" / "$" / "%" / "&" / "'" / "(" / ")" /
> "*" / "+" / "-" / "." / "/" / ":" / "<" / "=" /
> ">" / "?" / "@" / "[" / "]" / "^" / "_" / "`" /
> "{" / "|" / "}" / "~" / "\" / "," / ";"
>
> The syntax in HTTPbis is:
> credentials = auth-scheme [ 1*SP ( b64token / #auth-param ) ]
>
> (Note that some of the BNF elements used by part 7 are defined in HTTPbis,
> part 1: Messaging.)
>
> To resolve this comment, I plan to change the Bearer Token draft to use this
> syntax for credentials, matching HTTPbis:
> credentials = "Bearer" 1*SP ( b64token / #auth-param )
>
> Are people good with this approach?
>
> Thanks,
> -- Mike
>
> _______________________________________________
> OAuth mailing list
> [email protected]
> https://www.ietf.org/mailman/listinfo/oauth
_______________________________________________
OAuth mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/oauth