Open Behnam-Emamian opened 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Just commenting for stalebot to realize this one is still good since it has a PR associated. @mitchelsellers can we add the "pull request submitted" tag to the tags stalebot ignores?
Due to branching changes, we will replay this against the release 10 branch once it is created, No action needed by submitter at this time.
Description
I have an architect of having several microservices which can provide some services to DNN. I want to have a JWT just working for each of my microservices not having one general JWT that can work everywhere.
Steps to reproduce
Call JWT api, there is no way to set Audience.
Expected result
I need to have a parameter in JWT api to get the audience and make a aud claim in JWT.