Skip to content

Commit

Permalink
- Adjust issuer uri again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronenii committed Sep 7, 2024
1 parent 3f04987 commit e80c46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-auth-enabled.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://auth-reverse-proxy/realms/sympoll-realm
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://auth-reverse-proxy/realms/sympoll-realm/protocol/openid-connect/certs
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://auth.localhost/realms/sympoll-realm
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://auth.localhost/realms/sympoll-realm/protocol/openid-connect/certs
# Enable detailed logging for Spring Security
logging.level.org.springframework.security=DEBUG
# Enable detailed logging for OAuth2 resource server and JWT validation
Expand Down

0 comments on commit e80c46f

Please sign in to comment.