Skip to content

Commit

Permalink
Adding required property
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Dec 3, 2024
1 parent 8ea67e9 commit 0abe740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ quarkus.log.level=INFO
# UnComment this out in order to disable security locally
disable.authorization=true
# OIDC Configuration
# %prod.quarkus.oidc.auth-server-url=https://localhost:8543/realms/quarkus
quarkus.oidc.auth-server-url=https://localhost:8543/realms/quarkus
quarkus.oidc.client-id=backend-service
quarkus.oidc.credentials.secret=secret
quarkus.oidc.tls.verification=none
Expand Down

0 comments on commit 0abe740

Please sign in to comment.