-
I want to authenticate ASP.NET OWIN app using OpenIdConnect provider.
My app is multi-tenant and tenant is distinguished by subdomain.
There is an ability to do some stuff before request is sent o…
-
In order to mark operations as requiring authorization in a Swagger document, you can individually mark them one-by-one as requiring security:
```
services.AddSwaggerGen(options => {
options.…
-
Are there any examples or efforts available to enable subscriptions on .NET Framework? All of the GraphQL middleware for WebSockets and subscriptions is written with ASPNET Core in mind and is not tra…
-
I have two apps one in .net and another in angular, i am not able use single sign on with this package as it always promp for user name password page. How can i achieve that. Please reply with further…
-
## Category
- [x] Bug
## Describe the bug
When I try to access a Azure AD secure API hosted on local IIS Express in my spfx webpart using the aadhttpclient, I get the following error
Acces…
-
Hi,
Just general question, has someone implemented this or has example with identity server 3, or with owin middleware?
@i8beef very nice and clean library!
Thanks
-
### Question
I have a very similar problem to #1379
Except in my case the response type is not double-encoded. What I see in the identity server log is:
_Response type not supported: id_tok…
-
I use CAS authentication with success on a WebForm app. Now, I need to let some users login to my app with standard login form (with a special URL).
So I modify my web.config to remove security acces…
-
Using the latest nuget package (7.1), upon previewing unpublished pages a 404 is thrown.
This is on Umbraco 8.6.
Any help is much appreciated.
-
I'm trying to get OpenIddict running with Asp.Net 4.8 and MVC 5.
I first followed the OWIN example at https://kevinchalet.com/2020/03/03/adding-openiddict-3-0-to-an-owin-application/.
I am using …