From 58a8511b8566faa70b3299c95c420dacd0455f7b Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 21 Oct 2022 11:54:30 -0600 Subject: [PATCH] Fix OIDC settings for prod profile --- .../quarkus/src/main/resources/application.properties.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/server/templates/quarkus/src/main/resources/application.properties.ejs b/generators/server/templates/quarkus/src/main/resources/application.properties.ejs index dd823f6e..ac4bf81c 100644 --- a/generators/server/templates/quarkus/src/main/resources/application.properties.ejs +++ b/generators/server/templates/quarkus/src/main/resources/application.properties.ejs @@ -88,8 +88,8 @@ quarkus.container-image.tag=latest # OAuth 2.0 and OIDC quarkus.oidc.enabled=true quarkus.oidc.auth-server-url=http://localhost:9080/realms/jhipster -%dev.quarkus.oidc.client-id=web_app -%dev.quarkus.oidc.credentials.secret=web_app +quarkus.oidc.client-id=web_app +quarkus.oidc.credentials.secret=web_app quarkus.oidc.application-type=hybrid quarkus.oidc.authentication.scopes=profile,address,email,phone,offline_access quarkus.oidc.authentication.cookie-path=/