SlideShare a Scribd company logo
1 of 2
Oauth 1 Consumer SP oauth_token & oauth_ token_ secret -> <- request_token (key &sig )  <- authorize (oauth_token)‏ request_token_ready (oauth_token)  -> Set up key & secret -> <- Obtain user consent Give consent -> Initiate & specify SP ->
Oauth 2 Consumer SP <- access_token (key & oauth_token & sig)‏ Resource -> Check signature & authorization <- Service (resource)‏ oauth_token & oauth_ token_ secret -> <- GET resource ?oauth_token & key & sig

More Related Content

Viewers also liked (8)

Definiciones
DefinicionesDefiniciones
Definiciones
 
Del Blog al PLE y a las Redes Sociales
Del Blog al PLE y a las Redes SocialesDel Blog al PLE y a las Redes Sociales
Del Blog al PLE y a las Redes Sociales
 
Ref Works
Ref WorksRef Works
Ref Works
 
Cuandolaedadnosalcance Ady
Cuandolaedadnosalcance AdyCuandolaedadnosalcance Ady
Cuandolaedadnosalcance Ady
 
TALLER I: ESCRITURA TERAPÉUTICA
TALLER I: ESCRITURA TERAPÉUTICATALLER I: ESCRITURA TERAPÉUTICA
TALLER I: ESCRITURA TERAPÉUTICA
 
Ejercicios Escrituraterapeutica2010
Ejercicios Escrituraterapeutica2010Ejercicios Escrituraterapeutica2010
Ejercicios Escrituraterapeutica2010
 
Cuentecitos
CuentecitosCuentecitos
Cuentecitos
 
Inteligencia Creativa
Inteligencia CreativaInteligencia Creativa
Inteligencia Creativa
 

More from Paul Madsen (12)

Onboarding in the IoT
Onboarding in the IoTOnboarding in the IoT
Onboarding in the IoT
 
Native application Single SignOn
Native application Single SignOnNative application Single SignOn
Native application Single SignOn
 
BYOD - it's an identity thing
BYOD - it's an identity thingBYOD - it's an identity thing
BYOD - it's an identity thing
 
Madsen byod-csa-02
Madsen byod-csa-02Madsen byod-csa-02
Madsen byod-csa-02
 
A recipe for standards-based Cloud IdM
A recipe for standards-based Cloud IdMA recipe for standards-based Cloud IdM
A recipe for standards-based Cloud IdM
 
Saas webinar-dec6-01
Saas webinar-dec6-01Saas webinar-dec6-01
Saas webinar-dec6-01
 
Jan19 scim webinar-04
Jan19 scim webinar-04Jan19 scim webinar-04
Jan19 scim webinar-04
 
Mobile Native OAuth Decision Framework
Mobile Native OAuth Decision FrameworkMobile Native OAuth Decision Framework
Mobile Native OAuth Decision Framework
 
Gluecon oauth-03
Gluecon oauth-03Gluecon oauth-03
Gluecon oauth-03
 
Proxying Assurance between OpenID & SAML
Proxying Assurance between OpenID & SAMLProxying Assurance between OpenID & SAML
Proxying Assurance between OpenID & SAML
 
DIWD Concordia
DIWD ConcordiaDIWD Concordia
DIWD Concordia
 
Iiw2007b Madsen 01
Iiw2007b Madsen 01Iiw2007b Madsen 01
Iiw2007b Madsen 01
 

Oauth 01

  • 1. Oauth 1 Consumer SP oauth_token & oauth_ token_ secret -> <- request_token (key &sig ) <- authorize (oauth_token)‏ request_token_ready (oauth_token) -> Set up key & secret -> <- Obtain user consent Give consent -> Initiate & specify SP ->
  • 2. Oauth 2 Consumer SP <- access_token (key & oauth_token & sig)‏ Resource -> Check signature & authorization <- Service (resource)‏ oauth_token & oauth_ token_ secret -> <- GET resource ?oauth_token & key & sig