How to setup CSP policy in Keycloak Welcome Page? #11559
Unanswered
datacoderid
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup CSP in all realms, and it works as long as the URL already contains realms name.
My problem is the welcome page doesn’t belong to any realms and use Keycloak default CSP policy.
content-security-policy: frame-src 'self'; frame-ancestors 'self'; object-src 'none';How to setup CSP policy in Keycloak Welcome Page?

Beta Was this translation helpful? Give feedback.
All reactions