OAuth2.0

8
OAuth 2.0 으로 서비스하기 itemBay 이용혁 1245목요일

description

OAuth2.0으로 뭘 할 수 있는지 간단한 DEMO를 통해 알아봅니다. 소스는 github를 통하여 공유하겠습니다. 슬라이드 뒷부분을 참조하세요.

Transcript of OAuth2.0

Page 1: OAuth2.0

OAuth 2.0 으로 서비스하기itemBay 이용혁

12년 4월 5일 목요일

Page 2: OAuth2.0

DEMO를 통해 OAuth를 활용하여

어떤 서비스를 만들 수 있는지 알아본다.

12년 4월 5일 목요일

Page 3: OAuth2.0

차례- OAuth

- OAuth 2.0

- Examples

- Demo

- Q/A

12년 4월 5일 목요일

Page 4: OAuth2.0

OAuth

12년 4월 5일 목요일

Page 5: OAuth2.0

OAuth 2.0

- 어플리케이션쪽의 접근성을 강화.

- 암호화가 필요 없음.(https 사용)

- Signature 단순화- Access Token 갱신 ( Refresh Token )

- 좀 더 쉽다.

12년 4월 5일 목요일

Page 6: OAuth2.0

Examples

- Facebook

- Foursquare

- Google

- Microsoft

- Daum

12년 4월 5일 목요일

Page 7: OAuth2.0

DEMO

- Authorization Server ( Provider )

- Client ( Consumer )

- Resource Owner ( User )

- Resource Server ( Provider )

- Authorization

- Using Resources

12년 4월 5일 목요일

Page 8: OAuth2.0

Q&Ahttp://tools.ietf.org/html/draft-ietf-oauth-v2-25http://helloworld.naver.com/helloworld/24942

http://www.andy.pe.kr/wordpress/[email protected] / 이용혁 / itemBay����������� ������������������  개발실����������� ������������������  개발2팀����������� ������������������  과장

source code : https://github.com/unlogicaldev/oauth

thank you !

12년 4월 5일 목요일