question

krish-6564 avatar image
0 Votes"
krish-6564 asked krish-6564 commented

How to Use Same Azure AD access token for multiple Web API's

Can you please share the Architecture and How webapi 1 calls webapi 2 with the same access token

azure-ad-verifiable-credentials
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Client -> webapi1 -> webapi2

1) client authenticates against AAD and acquires token1 <br>
2) client calls webapi1 with token1<br>
3) webapi1 calls webapi2 with token1

How to implement this?


0 Votes 0 ·

0 Answers