We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe the reason is the the principle needs to be set on the current owin context:
request.GetRequestContext().Principal = principal;
I made the changes above, and it worked as expected
see http://stackoverflow.com/a/21420794 for more information
The text was updated successfully, but these errors were encountered:
thanks for looking in that, Michael. I'll take a look shortly.
On Mon, Feb 9, 2015 at 1:43 AM, Michael Wolfenden [email protected] wrote:
I believe the reason is the the principle needs to be set on the current owin context: request.GetRequestContext().Principal = principal; I made the changes above, and it worked as expected see http://stackoverflow.com/a/21420794 for more information — Reply to this email directly or view it on GitHub #8.
— Reply to this email directly or view it on GitHub #8.
Sorry, something went wrong.
What is this? :)
No branches or pull requests
I believe the reason is the the principle needs to be set on the current owin context:
request.GetRequestContext().Principal = principal;
I made the changes above, and it worked as expected
see http://stackoverflow.com/a/21420794 for more information
The text was updated successfully, but these errors were encountered: