From b2dd021503a227f1ecf6a7dd1f566c545d2fdd9b Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Tue, 12 Nov 2019 16:55:16 +0000 Subject: [PATCH] Fix the application-type property in the oidc web authentication guide --- .../security-openid-connect-web-authentication.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 956522bd3a3ba..8ce396d7de58f 100644 --- a/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-web-authentication.adoc @@ -65,11 +65,11 @@ The OpenID Connect extension allows you to define the configuration using the `a ---- quarkus.oidc.auth-server-url=http://localhost:8180/auth/realms/quarkus quarkus.oidc.client-id=frontend -quarkus.oidc.client-type=web-app +quarkus.oidc.application-type=web-app ---- -Note that the `quarkus.oidc.client-type` is set to `web-app`. This setting tells Quarkus that you want to enable the OpenID Connect Authorization Code Flow, so that your users are redirected to the OpenID Connect Provider to authenticate. +Note that the `quarkus.oidc.application-type` is set to `web-app`. This setting tells Quarkus that you want to enable the OpenID Connect Authorization Code Flow, so that your users are redirected to the OpenID Connect Provider to authenticate. == Starting and Configuring the Keycloak Server @@ -160,4 +160,4 @@ include::{generated-dir}/config/quarkus-oidc.adoc[opts=optional] * https://www.keycloak.org/documentation.html[Keycloak Documentation] * https://openid.net/connect/[OpenID Connect] -* https://tools.ietf.org/html/rfc7519[JSON Web Token] \ No newline at end of file +* https://tools.ietf.org/html/rfc7519[JSON Web Token]