hannespreishuber / demoAuthorizationCodeReceivedSessionNull

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demoAuthorizationCodeReceivedSessionNull

this is a demo ASP.NET project, created by Visual Studio Enabled Authentication try to store token in session, but session is null in Startupauth.cs

     AuthorizationCodeReceived = (context) =>
            {
                        var code = context.Code;
                        var ctx = context.OwinContext.Environment["System.Web.HttpContextBase"] as HttpContextBase;

running out of ideas

About


Languages

Language:JavaScript 95.0%Language:C# 4.1%Language:ASP 0.8%Language:CSS 0.1%