During the first tests I always used the AddInMemoryClients
configuration of IdentityServer4 as described in their documentation.
However I'm in the process of deploying it to our test environment and want to get rid off the configuration file so I've setup the Entity Framework integration.
Now all client ID's, client secrets, scopes, ... are persisted in the database in an encrypted way. However, it's more difficult to add a new client.
What's the appropriate way to configure this?
Using Entity Framework migrations?
I know there's a UI available on top of IdentityServer4 but is that the only "easy" way?