Compare commits

..

2 Commits

Author SHA1 Message Date
b7a3103837 Remove unnecessary JWT logging in MeController
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-12 12:15:59 +02:00
c54d0214f3 Update issuer-uri in application.yml to new Keycloak endpoint 2025-10-12 12:10:19 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ public class MeController {
// ---- Läs roller på ett säkert sätt ----
List<String> roles = extractRealmRoles(jwt);
log.info("Jwt: {}", jwt);
// ---- Bygg svar ----
Map<String, Object> response = new LinkedHashMap<>();
response.put("sub", jwt.getSubject());

View File

@ -16,7 +16,7 @@ spring:
resourceserver:
jwt:
jwk-set-uri: http://keycloak:8080/realms/hemhub/protocol/openid-connect/certs
issuer-uri: https://rubbel.se/hemhub/auth/realms/hemhub
issuer-uri: https://rubble.se/hemhub/auth/realms/hemhub
hemhub:
schedule:
reminders: