-
I'm attempting to try out this HawkClient. Each time I run I get a "task is canceled" error. Can you see anything wrong with this code?
``` csharp
using System;
using System.Collections.Generic;
usin…
-
I'm going through this walkthrough, and I've run into a snag on step nine. On the line that containts the code:
Provider = new SimpleAuthorizationServerProvider()
I'm getting an error "Canno…
-
I'm trying to figure out if there is a better way to load client policies w/o loading all of them on startup. I can load all via `IThrottlePolicyProvider`, but I think as the number of clients grows i…
-
now i have a problem, we have an asp.net web application`s Azure Api application, start class is Global.asax.cs .
i fllow [https://github.com/aspnet/AzureSignalR-samples/tree/master/aspnet-samples/C…
-
Hi,
I am trying to find some samples for Azure B2C - Single Sign On for multiple C# WebForms 4.7.2 (no MVC).
Please refer me to the correct place.
Thanks a lot.
-
Hi cheers,
I'm using sitecore 9.1 and i got 404 errors when load the /signalr/hubs.
![image](https://user-images.githubusercontent.com/15009844/54989799-e8041000-4feb-11e9-8496-c068248252bf.png…
-
## Details about Problem
We have a (self-managed) nuget project that has the following section in its `Web.config`;
```
…
-
Hello,
I was using your solution as a sample, as I'm trying to achive soemthing similar in DNN.
The issue that I'm having is that the HttpContext.Current.GetOwinContext().Authentication.Challenge that…
-
I am fumbling with the configuration of my custom authentication and the latest versions Asp.net and Owin. I thought I saw a post where Rocky had suggesting manually setting the providers, but I can't…
-
Currently these docs are missing from the new website.
https://github.com/akkadotnet/getakka.net/tree/master/src/docs/deployment-scenarios
And there is an related issue which should be taken int…