the UMA bearer token profile and the UMA OpenID Connect claim profile
The Google authorization server rejects all redirect_uris that don't match registered values, and compares them exactly. Adding a query parameter to a redirect_uri will cause Google to invalidate the request. That's fully compatible with OAuth2. That's why OAuth2 defines a state parameter.
From a trust perspective, my contacts trust that I’ll use their info for the purpose it was given to me – e.g. for me to use in order to communicate with them. They trust that I’m not handing it out to anyone or any thing that asks for it.
Using OAuth 2.0 for Server to Server Applications - Google Accounts Authentication and Authorization — Google Developers
APIコンソールでサービスアカウント生成
Googleが鍵ペア生成
管理者が秘密鍵をダウンロード
Googleは秘密鍵を破棄し、公開鍵のみを保管
[Openid-specs-ab] YATVE (Yet Another Token Validation endpoint)
AOLのトークン検証エンドポイント仕様。JWTなATの署名などを検証後、そこに入ってるuidがRSにおいて連携済みかどうか確認。もし連携済みならATをAuthZ Svrに投げる。ASはATが有効ならuidのみを返す(性能的に有利)。UserInfo的な何かはPoCo
Another interesting issue regarding the CDN is authorization. Ourcontent, and the tenants’ content, is not to be freely handed out. So,even though a given resource (for a given tennant) is cached at theCDN, it can’t just be handed over. The CDN is not wired in as aresource server checking out our token store etc., so it cannot dealwith the OAuth token itself. Both Akamai and Edgecast, for example,can be set up to forward requests to the origin server forauthorization. All information (method, URI, headers, params) are madeavailable, so just like any other request, I can verify the token andtenant ID, and indicate whether or not the CDN is to return the cacheobject (and perhaps update it with a new version) or not.
There is obvious overhead to this forwarding for authorization, but I don’t see another way around it.
The AS->RS work is probably simpler and more useful at this point.
Re: [OAUTH-WG] OAuth WG Re-Chartering
リソースサーバーと認可サーバーとの間のトークン検証のやりとりの仕様策定が、今後の OAuth WG のお題に入りそうな感じ
Getting Started with OAuth 2.0 > 7. OpenID Connect Authentication - Pg. 51: Safari Books Online
OAuth2 の本、 #OpenID Connect のことも書かれてるのか
Venn of Authz draft 16 Feb 2012 @xmlgrrl
Digital persona protection
