Hey there
I was looking through the code and samples and I couldn't find a solution to the following, so before I start wiring up code for the following I figured I would ask in case I missed something:
- I would like to authenticate some or all of my api controllers through an ApiKey/or/Creds that a tenant user generates. The Apikey/or/Creds would be provided in whatever header is convenient by an api client: in this case in whatever language the tenant/needs to interact with the api (curl, whatever other language).
- I also need for the tenant user to be able to set the api user credentials, so I was thinking about how to do it in both Identity server and asp.net identity.
- Currently I can get a token after I provide credentials, but I would like for a permanent api key or credentials in header that would not require the api client to provide creds before and then get a token.
It would be good for aspnetzero to come out of the box with a sample like that since most of us have to provide an externally consumable api.
Thank you!
<br>