-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Pri3Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-enhancementdoc-provided
Description
I created a Blazor WebAssembly hosted app with individual authentication using the template in Visual Studio. It works fine running the app in visual studio but after I deploy it to an Ubuntu server I get this error: "No signing credential is configured by the 'IdentityServer:Key' configuration section."
The appsettings.json section generated by the template is:
"IdentityServer": {
"Clients": {
"Bledger.Client": {
"Profile": "IdentityServerSPA"
}
}
}
It would be helpful if the documentation for deploying to a Linux server would include how to create the credentials and configure the the appsettings section.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: dcdd2c35-bf2b-2673-d150-303a8aaa54d2
- Version Independent ID: 815fe034-c9fc-aee3-a8b5-f2e860b30302
- Content: Host ASP.NET Core on Linux with Nginx
- Content Source: aspnetcore/host-and-deploy/linux-nginx.md
- Product: aspnet-core
- Technology: aspnetcore-hostdeploy
- GitHub Login: @Rick-Anderson
- Microsoft Alias: riande
Metadata
Metadata
Assignees
Labels
Pri3Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-enhancementdoc-provided