SlideShare a Scribd company logo
OAuth 2.0 으로
                 서비스하기
                  itemBay 이용혁




12년 4월 5일 목요일
DEMO를 통해 OAuth
                   를 활용하여
                어떤 서비스를 만들
                수 있는지 알아본다.

12년 4월 5일 목요일
차례
                -   OAuth
                -   OAuth 2.0
                -   Examples
                -   Demo
                -   Q/A




12년 4월 5일 목요일
OAuth




12년 4월 5일 목요일
OAuth 2.0

                -   어플리케이션쪽의 접근성을 강화.
                -   암호화가 필요 없음.(https 사용)
                -   Signature 단순화
                -   Access Token 갱신 ( Refresh Token )
                -   좀 더 쉽다.



12년 4월 5일 목요일
Examples

                -   Facebook
                -   Foursquare
                -   Google
                -   Microsoft
                -   Daum




12년 4월 5일 목요일
DEMO
                -   Authorization Server ( Provider )
                -   Client ( Consumer )
                -   Resource Owner ( User )
                -   Resource Server ( Provider )
                -   Authorization
                -   Using Resources



12년 4월 5일 목요일
Q&A
       http://tools.ietf.org/html/draft-ietf-oauth-v2-25
        http://helloworld.naver.com/helloworld/24942
          http://www.andy.pe.kr/wordpress/?p=401
                UnLogicalDev@gmail.com / 이용혁 / itemBay

More Related Content

PDF
OAuth2 - API 인증을 위한 만능도구상자
PDF
기획자를 위한 OAuth
PDF
Daum OAuth 2.0
PDF
안드로이드 OAuth 1.0a, 2.0 구현 - Naver, Google API
PPTX
Open api개발을 위한 자료1
PDF
[H3 2012] OAuth2 - API 인증을위한 만능 도구상자
PDF
Daum 로그인 API (함태윤)
PDF
Daum 티스토리 API (천정환)
OAuth2 - API 인증을 위한 만능도구상자
기획자를 위한 OAuth
Daum OAuth 2.0
안드로이드 OAuth 1.0a, 2.0 구현 - Naver, Google API
Open api개발을 위한 자료1
[H3 2012] OAuth2 - API 인증을위한 만능 도구상자
Daum 로그인 API (함태윤)
Daum 티스토리 API (천정환)

Viewers also liked (19)

PDF
오픈 API 활용방법(Daum 사례 중심, 윤석찬)
PPTX
SMTP 프로토콜 (rfc281, rfc2821)
PDF
O auth2.0 guide
PDF
강력한 사용자인증 솔루션 Pinsafe
PPTX
Android word press + woocommerce rest api
PPTX
OAuth - GDG Korea Women 2014 첫 스터디
PDF
0. review. 린과 애자일 개발
PDF
Daum 검색/지도 API (이정주)
PDF
[Hello world 오픈 세미나]oauth
PPTX
Retrofit2 &OkHttp 
でAndroidのHTTP通信が快適だにゃん
PDF
Daum 음성인식 API (김한샘)
PDF
OAuth2 and Spring Security
PDF
톰캣 운영 노하우
PPTX
[124] 하이브리드 앱 개발기 김한솔
PPTX
마이크로서비스 아키텍처로 개발하기
PPTX
REST API 설계
PPTX
OAuth 2.0 and Mobile Devices: Is that a token in your phone in your pocket or...
PDF
Haddock business, Lançamento salas e lojas na Tijuca, 2556-5838
PDF
M phil-computer-science-remote-sensing-projects
오픈 API 활용방법(Daum 사례 중심, 윤석찬)
SMTP 프로토콜 (rfc281, rfc2821)
O auth2.0 guide
강력한 사용자인증 솔루션 Pinsafe
Android word press + woocommerce rest api
OAuth - GDG Korea Women 2014 첫 스터디
0. review. 린과 애자일 개발
Daum 검색/지도 API (이정주)
[Hello world 오픈 세미나]oauth
Retrofit2 &OkHttp 
でAndroidのHTTP通信が快適だにゃん
Daum 음성인식 API (김한샘)
OAuth2 and Spring Security
톰캣 운영 노하우
[124] 하이브리드 앱 개발기 김한솔
마이크로서비스 아키텍처로 개발하기
REST API 설계
OAuth 2.0 and Mobile Devices: Is that a token in your phone in your pocket or...
Haddock business, Lançamento salas e lojas na Tijuca, 2556-5838
M phil-computer-science-remote-sensing-projects
Ad

More from YongHyuk Lee (6)

PDF
Vert.X and MSA - DevOps
PPTX
Microservices chat
PDF
2015 JBUG KOREA MEETUP - spring4 width infinispan
PDF
spring3.2 java config Servler3
PDF
Infinispan
PDF
LBS with MongoDB
Vert.X and MSA - DevOps
Microservices chat
2015 JBUG KOREA MEETUP - spring4 width infinispan
spring3.2 java config Servler3
Infinispan
LBS with MongoDB
Ad

OAuth2.0

  • 1. OAuth 2.0 으로 서비스하기 itemBay 이용혁 12년 4월 5일 목요일
  • 2. DEMO를 통해 OAuth 를 활용하여 어떤 서비스를 만들 수 있는지 알아본다. 12년 4월 5일 목요일
  • 3. 차례 - OAuth - OAuth 2.0 - Examples - Demo - Q/A 12년 4월 5일 목요일
  • 5. OAuth 2.0 - 어플리케이션쪽의 접근성을 강화. - 암호화가 필요 없음.(https 사용) - Signature 단순화 - Access Token 갱신 ( Refresh Token ) - 좀 더 쉽다. 12년 4월 5일 목요일
  • 6. Examples - Facebook - Foursquare - Google - Microsoft - Daum 12년 4월 5일 목요일
  • 7. DEMO - Authorization Server ( Provider ) - Client ( Consumer ) - Resource Owner ( User ) - Resource Server ( Provider ) - Authorization - Using Resources 12년 4월 5일 목요일
  • 8. Q&A http://tools.ietf.org/html/draft-ietf-oauth-v2-25 http://helloworld.naver.com/helloworld/24942 http://www.andy.pe.kr/wordpress/?p=401 UnLogicalDev@gmail.com / 이용혁 / itemBay
  • 11.  과장 source code : https://github.com/unlogicaldev/oauth thank you ! 12년 4월 5일 목요일