-
Notifications
You must be signed in to change notification settings - Fork 376
Expand file tree
/
Copy pathjava.yml
More file actions
27 lines (27 loc) · 1.52 KB
/
Copy pathjava.yml
File metadata and controls
27 lines (27 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
name: Java
client_libraries:
- <a href="https://spring.io/projects/spring-security/">Spring Security</a>
- <a href="http://www.restlet.org/">Restlet Framework (draft 30)</a>
- <a href="https://github.com/scribejava/scribejava">ScribeJava</a>
- <a href="https://github.com/dmfs/oauth2-essentials">oauth2-essentials</a>
- <a href="https://github.com/networknt/light-java/tree/master/client">Light Java
Client</a>
- <a href="https://github.com/google/google-oauth-java-client">Google OAuth Java Client</a>
- <a href="https://www.pac4j.org/">Pac4j</a>
- <a href="https://connect2id.com/products/nimbus-oauth-openid-connect-sdk">Nimbus</a>
- <a href="https://github.com/openid/AppAuth-Android">AppAuth for Android</a>
server_libraries:
- <a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server">MitreID
(with OpenID Connect)</a>
- <a href="http://www.restlet.org/">Restlet Framework (draft 30)</a>
- <a href="http://cxf.apache.org/">Apache CXF</a>
- '<a href="https://github.com/zalando/tokens">Tokens</a>: Java library for conveniently
verifying and storing OAuth 2.0 service access tokens.'
- <a href="https://github.com/networknt/light-oauth2">Light OAuth2 - The fastest,
lightest and cloud native OAuth 2.0 microservices</a>
- <a href="https://www.pac4j.org/">Pac4j</a>
- <a href="https://www.keycloak.org/">Keycloak</a>
- <a href="https://connect2id.com/products/nimbus-oauth-openid-connect-sdk">Nimbus</a>
- <a href="https://github.com/spring-projects/spring-authorization-server">Spring Authorization Server</a>
...