Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
Where is the issue?
- Web app
- Web API
- Token cache serialization
- Other (please describe)
In a multi-tenanted web api, IdWeb should acquire the OBO token using a tenanted authority, where the tenant is the tid claim of the incoming assertion (i.e. it should not use common)
Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
Where is the issue?
In a multi-tenanted web api, IdWeb should acquire the OBO token using a tenanted authority, where the tenant is the
tidclaim of the incoming assertion (i.e. it should not usecommon)