MyINPulse/MyINPulse-back/src/main/resources/application.properties
2025-02-07 23:06:59 +01:00

5 lines
288 B
INI

spring.application.name=myinpulse
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:7080/realms/test/protocol/openid-connect/certs
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:7080/realms/test
logging.level.org.springframework.security=DEBUG