6

Java に実装された動作中の oauth2 プロバイダー サーバーを検索しています。

https://github.com/SpringSource/spring-security-oauth/wiki/tutorial
https://bitbucket.org/smartproject/oauth-2.0/wiki/Home
4

3 に答える 3

10

OAuth 2.0 認可サーバーとリソース サーバーの構築をサポートするApache Oltu (以前の Apache Amber) 実装があります: https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Authorization+Serverで、どのサーバーにも依存しません。フレームワーク。

統合テストでの AS (認証およびトークン エンドポイント) および RS テストの実装の例があります: https://github.com/apache/oltu/tree/trunk/oauth-2.0/integration-tests/src/test/java/org /apache/oltu/oauth2/統合/エンドポイント

于 2011-10-15T13:28:50.520 に答える
3

spring security パッケージには、oauth2 で実装された 1 つの tonr と他の sparklr の 2 つの例があります。

于 2011-10-12T10:18:20.973 に答える