Identity Server 4: There was an error – invalid_scope
When trying to validate a request against an API, I’m getting this error from the IS4 host. Sorry, there was an error : invalid_scope All I’ve done it change the client config to use EF SQL storage, instead of in-memory. During setup/seeding, I’m iterating over the Config class methods to get the configuration and inserting…
Changing signing certificates when using DataProtection
So I’m setting up IdentityServer 4 and have swapped out the default certificates ‘damienbodserver.pfx’ in the STS host and DataEventRecords API. Now, this isn’t that simple, because the certificate was used to protect data inserted into the database and that was tied to keys, stored in a Key Store (either on filesystem or DB). Trying…