Hello! I'm trying to connect CRA with oidc auto renew & getting the next error:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'sha256-...'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Hello! I'm trying to connect CRA with oidc auto renew & getting the next error:
index.js
env.development
public/silent-renew.html
I've also copied oidc-client.min.js to public folder.
utils/oidc.js
App.js
SilentRenew.js
What i've missing? Can't find full explanation, except some parts of code. Could somebody show the full demo of CRA & Oidc Auto Renew?