While it is good in many case to have the client information stored in a configuration file, it is not so godd for my use case. I have a standalone tool that will be used on different machines by different users. They should not see or even change the clinet configuration.
In order to create an IConfigurationManager that suits meed needs I added an IOAuth2ConfigurationSection interface.
While it is good in many case to have the client information stored in a configuration file, it is not so godd for my use case. I have a standalone tool that will be used on different machines by different users. They should not see or even change the clinet configuration. In order to create an IConfigurationManager that suits meed needs I added an IOAuth2ConfigurationSection interface.