-
Repro:
1) Set up site with twitter auth using middleware
2) Attempt to log into said site with twitter on Android device with twitter installed
3) Twitter full client launches
This is caused by …
-
I have an API to which I would like to add OWIN middleware which reads the query parameters from the URI and adds a specific one if it is not already present.
I have tried multiple different things…
-
- [x] I read and understood how to enable [logging](https://identityserver4.readthedocs.io/en/release/topics/logging.html)
Hi There, I have read through the docs but I cannot find an answer Im look…
-
How correctly connecting IdentityServer4 and Asp.net mvc 5 application based on OWIN?
On Identity Server I'm create next client configuration:
```csharp
new Client
{
ClientId = "mvc",
Client…
-
I'm trying to implement single sign out with hybrid flow, however can't figure out how to use sid which is passed via frontchannellogouturl
I have 2 Clients(Client A and Client B) with single sign …
zonef updated
4 years ago
-
In my mvc application, i've configured OpenIdConnect and CookieAuthentication middlewares.
When i trigger web api call from ajax, the web api, depending on the inputs data, returns Unauthorized co…
-
I'm currently using SaasKit to build multitenant applications. In StructureMap, there's a concept of child containers so it's easy to build unique features for each tenant. Since StructureMap is now u…
-
Any protected cookie marked as Secure should also use ITlsTokenBindingFeature as part of its protection.
Today CookieAuth always uses ITlsTokenBindingFeature if it's available, ignoring CookieSecureO…
-
Hello,
I have IdentityServer4 - .net core 3.0 (latest - right now rc1)
- PackageReference Include="IdentityServer4" Version="3.0.0-preview3.4"
- PackageReference Include="IdentityServer4.AspNetId…
-
We have some project, running on IIS.
**After cold start**, _sometimes_ we have deadlock, caused by method:
```
private static void OnSendingHeaderCallback(object state)
{
Authentication…