Cannot read property 'nonceStateSeparator' of null in Version 4.0.0+
See original GitHub issueTrying to update the plugin from 3.1.4 to 4.0.0 in my project with Keycloak as Identity Server, I receive the following error after signing in successfully:
The property that is empty in this case is this.config
.
This might be related to changes in #224, as the error occurs in the line that has been changed in the corresponding commit: https://github.com/manfredsteyer/angular-oauth2-oidc/commit/fcd0f8b9db7988f1ebe24c9cd4959549f8b31e38#diff-08337bf7d3a0f6acf2d15ef79129c66cR1121
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
angular - TypeError: Cannot read property 'nonceStateSeparator
The sign in function seems to work though, as it returns the tokens as parameters in the url in the application. My code:...
Read more >typeerror can not read property x of null - YouTube
Join this channel to get access to perks:https://www.youtube.com/channel/UCoSpmr2KNOxjwE_B9ynUmig/joinMy GearCamera ...
Read more >angular-oauth2-oidc - UNPKG
17, "ng://angular-oauth2-oidc/out/token-validation/null-validation-handler.ts" ... r\n\r\nSee the Apache Version 2.0 License for specific language governing ...
Read more >Angular Authentication with OpenID Connect and Okta in 20 ...
NullInjectorError : No provider for HttpClient! To fix the “No provider” error from above, update src/app/app.module.ts to import ...
Read more >AuthConfig - angular-oauth2-oidc
Some auth servers don't allow using password flow w/o a client secret while the standards do not demand for it. In this case,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jeroenheijmans My best chance would be to try to create it this weekend as I’m swamped on several projects. The challenge might be that my example would also be using Azure AD which requires an app to be registered to get the azureClientId and of course an Azure Subscription to get the azureTenantId.
Going to close the issue for the moment, as we have no reproducible scenario yet to debug this with. Please notify us if there’s a repro available and we could reopen the issue!