Reputation: 1291
Scenario : I have a client, two web apis and IdentityServer4 Token server. Client has both web apis in his scope and can call them individually. But lets say when client calls one web api and that api needs to call the other by passing access token it received. In coming token is authorized for both services. Is this possible?
Upvotes: 2
Views: 324
Reputation: 1083
UPDATED ANSWER
I just came across Extension Grants which supports non standard token delegation. Check official docs...might be helpful!
Upvotes: 0