How to validate Entra validation token on API?
On this topic on [How to secure API with EntraID
(/questions/78366047/how-to-secure-api-with-entraid), Rukmini helped setup the Azure app to secure an on-premise API and pass the auth token to it.
But I’m missing the part required on the API endpoint to actually validate the token and get the details of the user.