Can you please share the Architecture and How webapi 1 calls webapi 2 with the same access token
Can you please share the Architecture and How webapi 1 calls webapi 2 with the same access token
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?
1 Person is following this question.