It seems it is now impossible to use a NameValueCollection as a source of credentials.
It will conditionally check the appsettings but otherwise go straight for the hard-coded file WITHOUT CHECKING IF IT EXISTS.
It would be nice if we could load the credentials from a custom source. In some of our applications, we use many different sets of credentials. This is a big deal for us.
The Dot9 branch seems to do things correctly but there are quite a few breaking changes AND JWT.cs is missing...
It seems it is now impossible to use a NameValueCollection as a source of credentials. It will conditionally check the appsettings but otherwise go straight for the hard-coded file WITHOUT CHECKING IF IT EXISTS.
It would be nice if we could load the credentials from a custom source. In some of our applications, we use many different sets of credentials. This is a big deal for us.
The Dot9 branch seems to do things correctly but there are quite a few breaking changes AND JWT.cs is missing...
Thanks