working oauth2 provider server implemented on java
Asked Answered
Z

3

6

I am searching a working oauth2 provider server implemented on java, leeloo 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
Zoophobia answered 11/10, 2011 at 13:28 Comment(0)
E
10

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

Engelbert answered 15/10, 2011 at 13:28 Comment(0)
Z
3

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

Zoophobia answered 12/10, 2011 at 10:18 Comment(0)
F
1

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

Freemon answered 10/10, 2013 at 15:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.