-
Hi
adding 2nd provider
in this way
//***1st provider works fine
var spOptionsAuth0 = new SPOptions
{
EntityId = new EntityId("urn:xxxxxxxxxxxxxxxxxxxxxxxxx1"),
…
-
I created a rule in Auth0 to add custom claims.
```
function (user, context, callback) {
const namespace = 'https://yada.com/';
context.idToken[namespace + 'yada_user_id'] = user.app_metadat…
-
Can we achieve the same functionality in another way?
-
_From @jimmy3912msncom on August 24, 2018 16:8_
We recently started moving our applications from our legacy ASP.NET owin web hosted web API to ASP.NET Core. Our application supported JWT Bearer authe…
-
First, Thank you for this great library. I came across many posts around these two SAML flows and integrating them with IdentityServer, thought I should contribute back with some documentation and con…
-
I use SignalR 2.1.0 self-hosting applicationon (JS-client, long-polling transport, CORS) on Mono (Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)), Ubuntu 14.04. After onDisconnected call…
-
To make it possible for the Functions to perform authorization, we should pass the various auth claims into the context object.
Idea is to allow users to specify a new "user" auth level value to in…
-
I am trying to share cookie between Aspnet Core App (using 4.6.1 framework) and Aspnet WebForms (using 4.6.1 framework) using above documentation. I am using Redis implementation of ITicketStore for …
-
I need to dig into this a bit more, but I'm noticing ajax `GET` requests don't have a `X-MiniProfiler-Ids` header. I'm almost positive this worked in v3, but I'm not a 100% sure.
My setup is ASP.NE…
-
Just got his exception logged... What's causing this?
```
System.Web.HttpException (0x80070057): The remote host closed the connection. The error code is 0x80070057.
at System.Web.Hosting.IIS7Work…