ASP.NET
OpenId Connect Provider for ASP.NET Core 2
Gravatar is a globally recognized avatar based on your email address. OpenId Connect Provider for ASP.NET Core 2
  Eric Halsey
  All
  Aug 16, 2017 @ 05:47pm

Wondering if someone has experience using Microsoft.AspNetCore.Authentication.OpenIdConnect. Every time I open a new browser it makes me go through the authorization process which is very tedious during dev and I definitely don't want the users to experience the same. Not sure if it's my code, the provider or Intuit. Code at https://github.com/ehalsey/IntuitOpenIdConnect. There once was a couple of config props for AutomaticAuthenticate and AutomaticChallenge for Cookie auth but I can't find them in ASP.NET Core 2. Any pointers much appreciated.

Gravatar is a globally recognized avatar based on your email address. re: OpenId Connect Provider for ASP.NET Core 2
  Rick Strahl
  Eric Halsey
  Aug 17, 2017 @ 08:29am

Can't you just open a browser separately (ie. don't let Visual Studio open it for you or don't use the instance it creates), leave it open and then reuse the credentials?

I can't remember offhand if ASP.NET will recycle auth tickets every time the back end app restarts but I don't think so - the ticket is instance agnostic if I recall.

+++ Rick ---

© 1996-2024