IdentityServer4.Templates icon indicating copy to clipboard operation
IdentityServer4.Templates copied to clipboard

dotnet new templates for IdentityServer4

Results 10 IdentityServer4.Templates issues
Sort by recently updated
recently updated
newest added

### Issue / Steps to reproduce the problem .NET 6 Preview 7 dotnet new is4admin dotnet run Goto http://localhost:5000/admin/ ### Relevant parts of the log file Chome logs: Uncaught SyntaxError:...

**What issue does this PR address?** Fixing a typo in logout view. **Does this PR introduce a breaking change?** No. **Please check if the PR fulfills these requirements** - [X]...

There's supposed to have the SQL scripts link at doc https://docs.identityserver.io/en/release/quickstarts/8_entity_framework.html, >SQL scripts for SqlServer are maintained for the entities in IdentityServer4.EntityFramework. They are located [here](https://github.com/IdentityServer/IdentityServer4.EntityFramework/tree/release/src/Host/Migrations/IdentityServer). That link to SQL...

**What issue does this PR address?** Small correction to the SeedData.cs file which if help if the consumer seeds multiple times. **Does this PR introduce a breaking change?** No, this...

### Issue / Steps to reproduce the problem Under .NET Core 3.1: 1. Run `dotnet new is4empty`. 1. Run `dotnet new is4ui` on that project. 1. No UI is applied....

**We can only help you if you are on the latest version. Either use the latest 2.x or 3.x** ### Issue / Steps to reproduce the problem Run: ``` dotnet...

Conflicting name for contexts using expressions **What issue does this PR address?** Conflicting name in expression body **Does this PR introduce a breaking change?** No **Please check if the PR...

Steps to reproduce: 1. Install from template: `dotnet new is4aspid` 2. [Install UI Updates](https://github.com/IdentityServer/IdentityServer4.Quickstart.UI) Use Local Login with client that was successfully able to log in previously. Application no longer...

As described in EF Core documentation here : https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set Note : haven't tested this by creating new items with the templates yet. Just stumbled to this after trying to switch...

There was a mismatch between Identity and IdentityExpress. I updated the code to use IdentityExpress. Now the /Account/Login is working again and not throwing a weird error. It fixes this...