Oauth2 provider server implemented on Java

I'm searching for a work oauth2 provider server implemented on Java,

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

Solution

There is an 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 does not depend on any framework

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

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>