A cloud-based identity and access management service for securing user authentication and resource access
II got this to work. Please check the below link.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an asp .net core 5.0 mvc application (Front End App) that authenticates using Active Directory. I have another asp .NET core 5.0 mvc web api application (API App) which also authenticates using AD. Once authenticated in Front End App, I am getting the jwt token. I would like to pass this JWT token to API App and get authenticated.
[Front End App] (Token From Front End App)=> [API App]
I am able to get this to work if I register a single app in Active Directory. But It does not work if I register It as two applications in AD.
I am getting this error.
Bearer error="invalid_token", error_description="The audience 'api://a70639ed-6587-43f0-86a7-9d0e2fda5fff' is invalid"
Would be thankful If some one can help with an answer.
A cloud-based identity and access management service for securing user authentication and resource access
II got this to work. Please check the below link.