I am using azure ad and B2C policies for the user sign-in signup experience. Once the user logs in and saves the bookmark and tries to log in by clicking on the bookmark they receive an error. We are using dotnet core. We are using The OpenID connect events OnMessageReceived,OnTicketReceived,OnRedirectToIdentityProvider ,OnSignedOutCallbackRedirect The click-on bookmark link does not fire the options.Events.OnTicketReceived to get a new auth token which results in an error. Thanks in advance.