From c9d742cfc10e4edf10cb1682fc34789fc8ad740d Mon Sep 17 00:00:00 2001 From: aona42 <104644819+aona42@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:48:25 +0000 Subject: [PATCH] Change path to http://localhost:8080/tokens Would make more sense to use /tokens here, otherwise you will see only a 404 --- .../asciidoc/security-openid-connect-web-authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc b/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc index 42ae67602b4b3..c6b50a0dafa92 100644 --- a/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc @@ -232,7 +232,7 @@ After getting a cup of coffee, you'll be able to run this binary directly: To test the application, you should open your browser and access the following URL: -* http://localhost:8080[http://localhost:8080] +* http://localhost:8080/tokens[http://localhost:8080/tokens] If everything is working as expected, you should be redirected to the Keycloak server to authenticate.