Skip to content

Commit

Permalink
Identity Service: disable JWT idtoken claim validators on dev profile (
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnauAregall committed Dec 26, 2023
1 parent acd7890 commit 09a507f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions identity-service/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ micronaut:
keycloak:
openid:
issuer: 'http://localhost:8082/realms/petclinic'
token:
jwt:
claims-validators:
openid-idtoken: false # until feedback from https://github.com/micronaut-projects/micronaut-security/issues/1543

datasources:
default:
Expand Down

0 comments on commit 09a507f

Please sign in to comment.