Skip to content

Commit

Permalink
Merge pull request #310 from sberyozkin/update_oidc_properties
Browse files Browse the repository at this point in the history
Update the oidc demo properties
  • Loading branch information
cescoffier authored Oct 9, 2019
2 parents fe7b252 + e7de263 commit 6156ccd
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Configuration file

quarkus.oidc.realm=quarkus
quarkus.oidc.auth-server-url=http://localhost:8180/auth
quarkus.oidc.resource=backend-service
quarkus.oidc.bearer-only=true
quarkus.oidc.auth-server-url=http://localhost:8180/auth/realms/quarkus
quarkus.oidc.client-id=backend-service
quarkus.oidc.credentials.secret=secret

# DEBUG console logging
Expand Down

0 comments on commit 6156ccd

Please sign in to comment.