开发者

working oauth2 provider server implemented on java

开发者 https://www.devze.com 2023-04-12 10:31 出处:网络
I am searching a workingoauth2 provider server implemented on java, lee开发者_如何学JAVAloo and spring security are some that I have found,

I am searching a working oauth2 provider server implemented on java, lee开发者_如何学JAVAloo and spring security are some that I have found, but there is no working example.

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


There is the Apache Oltu (formerly Apache Amber) implementation that supports building OAuth 2.0 Authorization and Resource Servers: https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Authorization+Server and is not dependent on any framework.

You have examples of AS (Auth and Token endpoints) and RS test implementation in integration tests: https://github.com/apache/oltu/tree/trunk/oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints


ınside spring security package there has 2 example one tonr other sparklr implemented with oauth2


Bit late, but you could - for future references - have a look at https://github.com/OpenConextApps/apis.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号