Skip to content

Commit

Permalink
OIDCNG: Set springboot header strategy. Without this option, all
Browse files Browse the repository at this point in the history
redirects would go to http in stead of https
  • Loading branch information
quartje committed Jul 19, 2024
1 parent 1edda26 commit 3b19f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/oidcng/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ keys-cache:
server:
# The port to where this Spring Boot application listens to.
port: 8080
forward-headers-strategy: native
error:
path: "/error"
server-header:
Expand Down

0 comments on commit 3b19f33

Please sign in to comment.