We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f100770 commit e0c7adaCopy full SHA for e0c7ada
1 file changed
samples/java/login-auth-code/README.md
@@ -2,6 +2,8 @@
2
3
Minimal Spring Boot 3.4 app demonstrating OIDC Authorization Code + PKCE using [`spring-security-oauth2-client`](https://docs.spring.io/spring-security/reference/servlet/oauth2/login/index.html). Declarative client registration in `application.yml`, inline HTML rendering, RP-initiated logout.
4
5
+> Looking for the token-refresh variant? See [`samples/java/token-refresh/`](../token-refresh/).
6
+
7
## Prerequisites
8
9
- Java 21 SDK (`java -version` → 21.x)
0 commit comments