Duende.AccessTokenManagement
Duende.AccessTokenManagement copied to clipboard
Add Authority to ClientCredentials options
Adds a new authority option. If it is set, we use it to retrieve the discovery document, and use that to configure the token endpoint. Because this is an async operation, we have a new abstraction for retrieval of the token endpoint
Closes #28
Hmm.... ok, so do you think this is too complicated or problematic to pursue? IOW, is this worth all the new goo?
Hmm.... ok, so do you think this is too complicated or problematic to pursue? IOW, is this worth all the new goo?
I'm unsure ... frankly was hoping for strong reactions to this PR 😆
It does feel kind of unnecessary, especially if I add discovery policy and cache timeout.
@leastprivilege, @AndersAbel, what do you guys think?
I think it is not the concern of this library to do discovery...
Ok, then let's close this and #28.
I think it is not the concern of this library to do discovery...
At least not for this round of updates...
Okay, I'll leave this as a draft PR for the future