Is there any need of OAuth(2-legged) on HTTPs -



Is there any need of OAuth(2-legged) on HTTPs -

is there need of oauth(2-legged) on https. in 3-legged scenario utilize oauth delegation purpose. purpose of oauth(2-legged) on https.

in scenario consumer , user,so no need of authorization , utilize https,https not replayable , secure channel. u should utilize ouath

i not talking 3-legged or http

according oauth specification, section 11.3,

while oauth provides mechanism verifying integrity of requests, provides no guarantee of request confidentiality. unless farther precautions taken, eavesdroppers have total access request content. service providers should consider kinds of info sent part of such requests, , should employ transport-layer security mechanisms protect sensitive resources.

it clear if request not have secure info e.g user_id=2&messageid=33, there no need https, in 2-legged scenerio, passing password while getting access token, must have utilize https @ time.

in both cases, either 2-legged or 3-legged, rule is, when updating/fetching secure info (e.g. credit card updation, payments, passwords), must have utilize https.

oauth https 2-legged

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -