Asp.net – IdentityServer 4: How to use ClientSecrets from c#-Code for authentication instead from database?
We are using the deprecated IdentityServer4. We have an client application and an IdentityServer. When the client application authenticates, the client sends it´s secret to the IdentityServer. The IdentityServer loads the secrets from it´s own database (table: ClientSecrets, Column: Value)…