Skip to content

Add section about setting up the IdentityServer key in prodution #27989

@DrewBrasher

Description

@DrewBrasher

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions