Hi. We recently find out that some keycloak URLs have header “cache-control: no-cache”:
For example:
Request to https://<keycloak.domain>/auth/admin/master/console/ we have cache-control: no-cache
Question:
- Can we set the next settings for all keycloak headers “cache-control: no-cache, no-store”? After the changes will keycloak work properly?
Thanks.