IdentityModel / AuthorizationServer

Sample implementation of an OAuth2 Authorization Server
Other
280 stars 136 forks source link

Clearing contents from SQL Express database AuthorizationServerContext.sdf #249

Open pravinbhosale01 opened 9 years ago

pravinbhosale01 commented 9 years ago

What is maximum size of AuthorizationServerContext.sdf file? is size configurable? or, Is there a code in place that will take care that this file will not go out of size(like by clearing old claim records from database, etc)? or any recommendation that we should take care about maintaining size. (Any maintenance guide [for both Authorization and Identity Server]?) So many questions, but I hope this will not bother much... :)