-
-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Description
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.