Skip to content

Commit

Permalink
Merge pull request #3 from medizininformatik-initiative/add_exposed_h…
Browse files Browse the repository at this point in the history
…eaders_for_keycloak

add exposed-headers:Location for Keycloak
  • Loading branch information
juliangruendner authored and DiCanio committed May 16, 2022
2 parents 1421b69 + 5fd68e3 commit c786ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ app:
keycloak:
enabled: ${KEYCLOAK_ENABLED:true}
cors: true
cors-exposed-headers: Location
bearer-only: true
auth-server-url: ${KEYCLOAK_BASE_URL:http://localhost:8080}/auth
realm: ${KEYCLOAK_REALM:codex-develop}
Expand Down

0 comments on commit c786ff5

Please sign in to comment.