diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-09-10 15:39:10 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-09-10 15:39:10 +0200 |
commit | 4d8139fbbdcbaaac2d6b8e0b7ad379cc4d0eb62d (patch) | |
tree | 244b42c98a4dfe548cff0dddcb0f0de8238f71ab /src/main/resources/application.properties | |
parent | 7bc7e70d76890141e5998ddfcf499ee5262c2302 (diff) |
KB56 Add login button and status box.
Change-Id: I72658014b2198a1a01ffa02ad4bafcdf9d66ab2b
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ quarkus.liquibase.migrate-at-start = true %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 |