Skip to content

Commit

Permalink
[FWF-2791] Jwt validation bug fix (#1865)
Browse files Browse the repository at this point in the history
* added jwt validation

* added config

* Update application.yaml
  • Loading branch information
SnehaSuresh-aot authored Jan 29, 2024
1 parent 0f40884 commit 0ca0784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spring:

# Keycloak JWT Client configuration
keycloak.jwt.realm: ${KEYCLOAK_URL_REALM}
keycloak.jwt.client.id: camunda-jwt
keycloak.jwt.client.id: ${KEYCLOAK_WEB_CLIENTID}

# Camunda Cockpit JWT Plugin
plugin.cockpit.keycloak:
Expand Down

0 comments on commit 0ca0784

Please sign in to comment.