-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KentorAuthServicesAuthenticationHandler.CreateErrorAuthenticationTicket - Object reference not set to an instance of an object. #916
Comments
Looks bad. But the CreateErrorAuthenticationTicket method is not that large, should be possible to pinpoint it. Can you enable full verbose logging to see if you can get any hints on what's wrong? |
We will look to enable verbose logging in Live to try and capture more information if/when the issue occurs again. Might take a little while before I can report back with any detailed findings. |
The exception occurred again and here are the logs recorded from AuthServices
I can see that the SAML message contains a statusCode of |
a second instance of this exception occured this morning and the log messages contained the same information - the SAML message contained a |
- handle stored request state without returnurl during OWIN error response - Do not restore authproperties from relaystate for error response since they are not used in the OWIN calling code - Fixes #916
We are getting the following exception intermittently in our Live environment when some clients are logging in from an ADFS Idp.
We cant see what the user experience is when this exception is getting raised or if there is a set of steps to replicate it.
We are currently using v0.21.2 of Kentor.AuthServices and targeting net462
The text was updated successfully, but these errors were encountered: