How to bake delicious cookie (RESTful Meetup #03)Toru Yamaguchi
?
Toru Yamaguchi gave a presentation on advanced cookie usage. He explained the differences between host cookies and domain cookies, and how the path attribute can be used to control where cookies are sent. He discussed how JSON web tokens (JWT) can be used for login sessions by embedding user agent information. Finally, he mentioned how transparent session state cookies allow for single logout between authorization servers and client applications.
1. The document discusses various issues that can cause failures when building APIs to access database systems, such as deadlocks from concurrent updates and purging data inconsistencies between master and slave databases.
2. It proposes solutions to these issues like using queues to defer updates, disabling binary logging to bypass replication, and partitioning or sharding data.
3. When building a friend timeline API, challenges include efficiently querying the necessary data across multiple database tables to return a paginated result with the total count. Solutions presented include using temporary tables and iteration in batches to query the data.
Inside mbga Open Platform API architectureToru Yamaguchi
?
The document describes a load balancer distributing requests across multiple lighttpd web servers running fastcgi applications. It also shows databases for user profiles and messages with memcached caching. Messages are enqueued into a message queue processed by worker processes and inserted into a replicated message database with a slave for high availability. Cached messages from previous lookups are stored in memcached for improved performance.
The document discusses OpenID authentication and describes the flow between an Identity Provider and OpenID Provider. It includes code snippets for retrieving an XRDS document from an OpenID and generating an HMAC signature. The overall document provides information about OpenID authentication standards and protocols.
El documento describe una reunión tecnológica sobre OpenID. La reunión incluirá presentaciones sobre temas relacionados con OpenID como autenticación y autorización. También habrá tiempo para preguntas y discusión.
現地時間3月3日から10日にかけて、世界中のテレコムが注目するテクノロジーカンファレンスである「Mobile World Conference 2025」がバルセロナで開催されました。特に競争の激しいヨーロッパのマーケットでは、各社が生き残りをかけたイノベーションをたくさん生み出しています。5G/6G、エッジクラウド、新しい音声技術など、多くのキーワードが注目されています。
1. WAS Forum Developers Day 2008
The Security of OpenIDThe Security of OpenID
Authentication 2.0Authentication 2.0
Toru YamaguchiToru Yamaguchi
id:ZIGOROuid:ZIGOROu <<zigorou@cpan.orgzigorou@cpan.org>>
3. AgendaAgenda -- 今日話すこと今日話すこと
OpenID Authentication ProtocolOpenID Authentication Protocol
OverviewOverview
Security of OpenIDSecurity of OpenID
4. OpenIDOpenID Authentication ProtocolAuthentication Protocol
TerminTerminologyology
InitiaInitiation & Discoverytion & Discovery
Authentication form for OpenIDAuthentication form for OpenID
The threeThe three discorverydiscorvery
Communication TypeCommunication Type
DirectDirect CommunicationCommunication
Indirect CommunicationIndirect Communication
ProtocolProtocol MessagesMessages
associateassociate
checkid_setupcheckid_setup,, checkid_immediatecheckid_immediate
check_authenticationcheck_authentication
VerificationVerification assertionassertion
13. YadisYadis discoverydiscovery
Yadis IDへ
GET or HEAD
Yadis IDへ
GET or HEAD
X-XRDS-
Locationをmeta
要素で持つ
X-XRDS-
Locationをmeta
要素で持つ
X-XRDS-Location
をレスポンスヘッ
ダで持つ
X-XRDS-Location
をレスポンスヘッ
ダで持つ
X-XRDS-Location
ヘッダを含む
Or / And
Content-Typeが
application/xrds+xml
X-XRDS-Location
ヘッダを含む
Or / And
Content-Typeが
application/xrds+xml
文書のmimetypeが
application/xrds+xml
文書のmimetypeが
application/xrds+xml
Yadis
Document
(XRDS
document)
Yadis
Document
(XRDS
document)
Resource
Descriptor URL
にGET
Resource
Descriptor URL
にGET
XX--XRDSXRDS--LocationLocationヘッダがあるヘッダがある
XX--XRDSXRDS--LocationLocationヘッダがないヘッダがない
HEADHEADの場合での場合でmetameta要素にあり、他が該当しな要素にあり、他が該当しな
い場合は改めてい場合は改めてGETGETを行うを行う
14. HTML based discoveryHTML based discovery
headhead 要素内に所定のフォーマットで要素内に所定のフォーマットで OPOP
Endpoint URL, OP Local IdentifierEndpoint URL, OP Local Identifier を指定を指定
しておくしておく
<head>
<link rel="openid2.provider openid.server"
href="http://openid.example.com/server" />
<link rel="openid2.local_id openid.delegate"
href="http://zigorou.example.com/" />
</head>