Can I add a new column to the existing Clients
table, which is autogenerated by the IdentityServer4.EntityFramework ?
Asked
Active
Viewed 181 times
2

gneric
- 3,457
- 1
- 17
- 30
-
3I'm not too sure about adding extra columns but have you considered using the `ClientProperties` table? This allows you to associate any number of Key/Value pairs with individual clients. – Gavin Sutherland Mar 06 '18 at 09:58
-
Actually I didn't considered this option.. how could I have missed it. I think it will do the the job. Thank you :) – gneric Mar 06 '18 at 10:10