Edit standalone-full.xml and set the header value of Content-Security-Policy header to "default-src 'self';".
The adminUI shows blank page after login, and the browser's developer console shows errors as below,
Siteminder 12.8.07
The security policy "default-src 'self';" is too strong for adminUI.
Set Content-Security-Policy header to following value should work,
"default-src 'self' 'unsafe-inline' 'unsafe-eval';"