Hey there @anju.gopinath !
Thanks for the detailed description of the issue
anju.gopinath:
For implementing Authorization (using Microsoft.AspNetCore.Authentication.JwtBearer), we have to configure Authority and Audience. Authority is same for both. But since Audience is different for each and configuration is done on API startup, API can be configured to authorize only one of the applications.
Is there any way to authorize requests from two separate Client credentials in a single API.
Assigned topic to tyf
While I’m not entirely sure why this requires 2 separate audiences (it’s the same API, right?), you may want to look into using a single logical API.
https://community.auth0.com/t/how-do-i-specify-multiple-audiences/10830
Let us know!