You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Have a front-end app using @okta/okta-react (this repository) NPM package. Update a Google Chrome Browser in Mac OS to be >v69.0.xxxx (mine was v73.0.3683.75 (Official Build) (64-bit))
Expected behavior
You should interact with Okta OAuth servers using this NPM package with no warnings in the console.
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
At my corporation we're using the @okta/okta-react NPM package (which is https://github.com/okta/okta-oidc-js here on GitHub), and in my Google Chrome browser v73.0.3683.75 (Official Build) (64-bit), i get the following message when going to my local Dev environment of an internal web site —
This is a Chrome-generated warning, not a JS error (it interrupts no JS code, it's just being triggered by JS actions), and says that Chrome will cease ENFORCING the HPKP security feature, so it also doesn't indicate a security issue.
Okta has HPKP set to report-only. We plan to remove HPKP in the future, but it still provides some value (it is still enforced by some browsers) and does not cause problems, so the warning can be safely ignored.
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
Have a front-end app using @okta/okta-react (this repository) NPM package. Update a Google Chrome Browser in Mac OS to be >v69.0.xxxx (mine was v73.0.3683.75 (Official Build) (64-bit))
Expected behavior
You should interact with Okta OAuth servers using this NPM package with no warnings in the console.
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
Environment
node -v
): Node.JS v10.15.2This is also reported in https://github.com/okta/okta-auth-js/, their Issue #138 (okta/okta-auth-js#138).
At my corporation we're using the @okta/okta-react NPM package (which is https://github.com/okta/okta-oidc-js here on GitHub), and in my Google Chrome browser v73.0.3683.75 (Official Build) (64-bit), i get the following message when going to my local Dev environment of an internal web site —
...so we need a fix for this also, please.
The text was updated successfully, but these errors were encountered: