Hello,
I am receiving the error message on the `auth/admin/master/console/#/`
page. I am running keycloak in a docker container which has nginx instance
in front of it. The precise error I get is:
```
Load denied by X-Frame-Options:
https://keycloak.fqdn.com/auth/realms/master/protocol/openid-connect/logi...
does not permit framing.
```
I configured the xml files so proxy-address-forwarding is set to true. Not
sure how to correct this issue in context to keycloak. Any help would be
appreciated!
Thanks.