Lexa-tech
Lexa-tech
Hello, same issue in version 11, there is no way to handle Exception when the request /well-known/openid-configuration fails. I used this lib within an app that should work even if...
@peroxid Thanks for the quick reply. In version 11, there is 'eagerLoadAuthWellKnownEndpoints' configuration parameter which can be set to false. The 'well-known/openid-configuration' url is not fetched at startup but later,...
> @Lexa-tech I ended up implementing a workaround. It's stupid, but it works. Before configuring the library, I try to fetch the openid-configuration myself - if it works, I pass...
@peroxid Ok I get it, thanks a lot
> @damienbod - this change (#1220) forced us to downgrade to version 12. To address this breaking change for Cordova/Ionic/Capacitor apps (#1220), may I suggest that we either make the...
> For this issue would you mind trying to change this flag on Chrome/Chromium based browsers? chrome://flags/#unsafely-treat-insecure-origin-as-secure You can add some unsafe origins to be treated as secure Hello @linjie997...
> Hello, sorry I didn't understood it was local app available to customers. If the polyfill is not suitable for your application, I really suggest serving the application with a...
Hi @phillipzada , did you try the webcrypto-liner library as a polyfill when using HTTP as mentioned here ? https://github.com/damienbod/angular-auth-oidc-client/pull/1220#issuecomment-908551547