Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
20181003_login
Search
knowledge_sakura
October 03, 2018
Business
0
130
20181003_login
【福岡】Bot開発技術を極めたいエンジニア大集合! 福岡市粗大ごみ受付Botを大解剖 資料
https://line.connpass.com/event/100319/
knowledge_sakura
October 03, 2018
Tweet
Share
More Decks by knowledge_sakura
See All by knowledge_sakura
さくらのキャリアウェビナー vol.1 〜さくらのクラウド 認証認可基盤開発チームの裏側〜
knowledge_sakura
0
380
20200708t-okita
knowledge_sakura
0
2.3k
中島様_登壇資料.pdf
knowledge_sakura
0
890
山坂様_登壇資料.pdf
knowledge_sakura
0
880
林様_登壇資料.pdf
knowledge_sakura
0
930
廣瀬様_登壇資料.pdf
knowledge_sakura
0
880
CS_Beer_Bash_OSAKA_Vol.17.pdf
knowledge_sakura
0
890
20181003_liff
knowledge_sakura
0
140
20181003_flex
knowledge_sakura
0
140
Other Decks in Business
See All in Business
Company Profile
katsuegu23
2
12k
チェンジホールディングス会社紹介資料
changeholdings
0
540
コーポレートストーリー(新規投資家様向け会社説明資料)
gatechnologies
1
16k
AIがコードを書く時代にエンジニア組織が事業に貢献する仕組み / How engineering organizations can contribute to business in an age where AI writes code
bpstudy
0
200
会社紹介資料
gatechnologies
2
140k
イークラウド会社紹介 ~挑戦で、つながる社会へ~
ecrowd
1
4.4k
QuackShift 会社紹介資料
riekondo
0
650
YassLab (株) サービス紹介 / Introduction of YassLab
yasslab
PRO
2
41k
プレックス キャリアアドバイザー職向け会社紹介資料
plex
0
110
採用向け会社紹介資料_20260105.pdf
yoshikatsu0423
0
180
未経験PdM40%のプロダクトマネージャー組織を作った過程でわかった再現性について
numashi
1
770
「発信の依頼」が採用広報活動の立ち上げに効くかもしれない
subroh0508
1
150
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
The Curious Case for Waylosing
cassininazir
0
200
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
68
Done Done
chrislema
186
16k
Testing 201, or: Great Expectations
jmmastey
46
7.9k
Designing for Timeless Needs
cassininazir
0
110
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
1k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
46
Build your cross-platform service in a week with App Engine
jlugia
234
18k
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
110
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.3k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Transcript
Profile+って知ってますか? 御代田亮平 Developer Productsチーム @LINE_DEV
自己紹介 • Login、Native SDK周辺担当PM • 京都オフィス • @josolennoso @LINE_DEV
自己紹介 • Login、Native SDK周辺担当PM • 京都オフィス • @josolennoso @LINE_DEV
Profile+って知ってますか? 御代田亮平 Developer Productsチーム @LINE_DEV
実はこんなところにあります 1.Settings @LINE_DEV
実はこんなところにあります 1.Settings 2.Profile @LINE_DEV
実はこんなところにあります 1.Settings 2.Profile 3.一番下までスクロール @LINE_DEV
実はこんなところにあります 1.Settings 2.Profile 3.一番下までスクロール 4.LINE Profile+をクリック @LINE_DEV
保持できるデータ属性 • 氏名 • 性別 • 誕生日 • 電話番号 •
Email • 住所 (10個まで) @LINE_DEV
• ユーザーが、LINEに保持している個人のプロフィール 情報を簡単に共有できるようにするのが元来の目的 • LINE Login経由で開発者にも使えるようにするのが次 なる目標 @LINE_DEV
実はJS SDKもあった • 一部のパートナーのみ • 会員登録時の入力支援 • 近々、違う形で提供 @LINE_DEV
Authentication DB Passport DB 属性は複数のDBに分けて保持している Phone Email Real Name Address
Gender Birthdate @LINE_DEV
Authentication DB Passport DB 属性は複数のDBに分けて保持している Phone Email Real Name Address
Gender Birthdate @LINE_DEV
Vanilla LIFF Talk Room LINE LINE Login Server LIFFの中でLINE Loginを使用
Chatbot Instance @LINE_DEV
Vanilla LIFF Talk Room LINE LINE Login Server LIFFの中でLINE Loginを使用
Chatbot Instance { "access_token": ”xyz", "expires_in": 2592000, "id_token": ”abcd", "refresh_token": ”hohfusdfoi", "scope": "openid", "token_type": "Bearer" } @LINE_DEV
LINE LoginはOpenID Connectに準拠 “OpenID Connect 1.0 is a simple identity
layer on top of the OAuth 2.0 protocol” - OpenID Connect Core 1.0 incorporating errata set 1 @LINE_DEV
LINE LoginはOpenID Connectに準拠 Identity + OAuth 2.0 = OpenID Connect
@LINE_DEV
None
None
時間と空気を読んでデモ @LINE_DEV
今後の展望 • 今回のようにLIFFでもLoginのスコープを使用可能に • セキュアなスコープの扱いが簡単になる • address, birthdate, genderスコープの提供も検討中 •
Email以外の◦◦ログインが可能に @LINE_DEV
ありがとうございました @LINE_DEV