From afa7fa2a99e6170fb6d2cd63170c268cc5e77790 Mon Sep 17 00:00:00 2001 From: Yassine Haouzane Date: Fri, 27 Jun 2025 00:05:53 +0200 Subject: [PATCH] fix: update oauth2 java library link --- docs/hydra/guides/using-oauth2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hydra/guides/using-oauth2.mdx b/docs/hydra/guides/using-oauth2.mdx index f217677bc..7c8af5871 100644 --- a/docs/hydra/guides/using-oauth2.mdx +++ b/docs/hydra/guides/using-oauth2.mdx @@ -12,7 +12,7 @@ Use open source & battle-tested libraries to consume OAuth2 and OpenID Connect: - [simple-oauth2](https://github.com/lelylan/simple-oauth2) - [Golang](https://github.com/golang/oauth2) - [PHP](https://github.com/thephpleague/oauth2-client) -- [Java](https://spring.io/projects/spring-security-oauth) +- [Java](https://spring.io/projects/spring-security) - [Objective C](https://github.com/openid/AppAuth-iOS) - [Erlang](https://github.com/exograd/erl-oauth2c) - [Elixir](https://github.com/scrogson/oauth2)