commit | 4d8139fbbdcbaaac2d6b8e0b7ad379cc4d0eb62d | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Thu Sep 10 15:39:10 2020 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Thu Sep 10 15:39:10 2020 +0200 |
tree | 244b42c98a4dfe548cff0dddcb0f0de8238f71ab | |
parent | 7bc7e70d76890141e5998ddfcf499ee5262c2302 [diff] [blame] |
KB56 Add login button and status box. Change-Id: I72658014b2198a1a01ffa02ad4bafcdf9d66ab2b
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a38af40..e966bda 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -28,6 +28,8 @@ %prod.quarkus.hibernate-orm.log.sql = false # Authentication +quarkus.http.auth.proactive = true + quarkus.oidc.auth-server-url = https://login.benkard.de/auth/realms/master quarkus.oidc.client-id = mulkcms quarkus.oidc.application-type = web-app