I am trying to utilize azure managed identities to provide me a way to authenticate/authorize actions on a non-azure service. I want to integrate my own service - as an oauth2 resource server.
I would like to be able to validate the received oauth2 token (assigned to an azure managed identity) in my own service, and based on the information in the valid token decide on further action.
I was trying to use an app registration for that purpose, but i haven't found a way how to link this with my desired managed identity.
I would appreciate an advise in this topic very much.
Thanks, Lukas