-
Hi,
I am getting the following exception while trying to perform the `Authorization code` flow with IdentityServer4 configured to use the Redis as an operational store:
```
RedisCommandException:…
-
the error happened When I add IdentityServer4 package, the error massage is "version information could not be retrieved from Nuget pacakge repository". the first,enter ctrl+shift+p
![image](https://…
-
Buongiorno,
riceviamo in produzione questo errore quando si tenta il logout:
```
System.Collections.Generic.KeyNotFoundException: The given key 'LogoutRequest' was not present in the dictionary.…
-
Based on some recommandations I got, we might use IdentityServer4 for authentication and JWT.
- [ ] Use Asp Net Identity instead of Person model (in DomainObjects namespace). Note that using this, …
-
Hi,
Thanks for the work you have done!
I am facing an issue, you might be able to resolve (a lot) better than I currently can:
I am using this project through its nuget package. I can provide a…
opolo updated
5 years ago
-
Hello there! Thanks for creating this library. Question about:
https://github.com/RockSolidKnowledge/TokenExchange/blob/b999e7738f2b6fd7ee5fa4eebabc9dde6d73748b/src/Rsk.TokenExchange.IdentityServer…
-
create: Create webapi Project with .Net 8.0
add: dotnet add package IdentityServer4
add: dotnet add package Microsoft.AspNetCore.Identity.EntityFrameworkCore
add: dotnet add package Microsoft.EntityF…
-
I am building a Blazor WASM application that's connected to IdentityServer4.
The template for Single User Accounts provides ```LoginDisplay.razor``` which includes the following line:
```Registe…
-
-
More info about new features:
https://leastprivilege.com/2020/06/19/announcing-identityserver4-v4-0/