-
I am using IdentityServer4.Admin project for a long time
What is the recommended approach to upgrade the same existing project to the latest version of Duende.IdentityServer.Admin ?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I have a `Blazor WebAssembly App` c…
-
**Which version of Duende IdentityServer are you using?**
v7.0.6
**Which version of .NET are you using?**
v8.0.303
**Describe the bug**
When upgrading from IdentityServer4 (IS4) to IdentityServer7 (…
-
Hey guys,
I am struggling already for days getting this project running via docker on my workstation. I am not really experienced with docker or IdentityServer.
**What are my goals?**
I want to…
-
**Which version of Duende IdentityServer are you using?**
HelseID is using v7.0.6
**Which version of .NET are you using?**
.Net 8, latest patch release
**Describe the bug**
The HelseID secur…
-
### Question
How to configure the most standard SPA vue client.
And how to make sure that when the token expires, SPA will automatically log back in like when using MVC .net 8
-
Following the approach in **module 3** after creating the ui with "**dotnet new isui**" the generated Pages-Folder contains an
Index.cshtml.cs file with the following content:
`using Duende.Identi…
-
### Steps to Reproduce
1. Run `dotnet new angular --auth Individual --name "Test Project" --output "Test Project"`
2. Open `Test Project.csproj` in an IDE
3. Run `Test Project` (only tested **witho…
-
- Currently we use JWT authentication and authorization, I will switch to Identity server.
- I implemented some part of identity server, but it is not complete yet
- [Using a middleware to build a p…
-
Currently I am setting up Finbuckle.MultiTenant with Duende IdentityServer. I'm getting an error when I log into the root account If I don't use **.IsMultiTenant()** then it can login as root account …