|
How do people feel about defining two (syntactically identical)
schemes: Delegated and Direct. Both will use the same method(s) of making authenticated
requests but Direct will mean use a username and password while Delegated will mean
use a token obtained from a delegation endpoint. Of course the other obvious option is to define a single scheme Token
and add a parameter but that is ugly. EHL From: John Panzer
[mailto:jpanzer at google.com] I agree with beaton, but I have another argument against
Basic auth. Unmodified client code and UIs will assume we're talking
about regular username and password and use that terminology (and a separate
realm would just confuse things). If they're modified to be OAuth aware
this could be fixed, but if you assume OAuth aware code you can use a new auth
scheme just as easily. And, it would be less confusing. --
On Mon, Oct 5, 2009 at 11:48 AM, Brian Eaton <beaton at google.com> wrote: On Sat, Oct 3, 2009 at 10:46
PM, Eran Hammer-Lahav <eran at hueniverse.com>
wrote: Eran points out that I've posted several times to this
thread without
|
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.