question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property 'nonceStateSeparator' of null in Version 4.0.0+

See original GitHub issue

Trying 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:

image 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:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
bogeorgecommented, Jan 29, 2019

@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.

0reactions
jeroenheijmanscommented, Aug 4, 2019

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found