@axa-fr/oidc-client 7.5.0 → 7.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -113,7 +113,7 @@ export const configuration = {
113
113
  authority: 'https://demo.duendesoftware.com',
114
114
  service_worker_relative_url: '/OidcServiceWorker.js',
115
115
  service_worker_only: false,
116
- demonstrating_proof_of_possession: true, // demonstrating proof of possession will work only if access_token is accessible from the client (This is because WebCrypto API is not available inside a Service Worker)
116
+ demonstrating_proof_of_possession: false, // demonstrating proof of possession will work only if access_token is accessible from the client (This is because WebCrypto API is not available inside a Service Worker)
117
117
  };
118
118
 
119
119
  const href = window.location.href;