here is the scenario I'm trying to achieve : An external developer comes to our website and registers in our AAD B2C and select a stripe subscription which will be linked to his account. He then goes to the Apim dev portal to register to our product. At this point when he makes a request to our backend through apim we would like him to give only his Ocp-Apim-Subscription-Key without having any other logging requirement, no login window at the beginning, or every 30 minutes because of token expiration. He would just need to put the Ocp-Apim-Subscription-Key in his config file and can automate his calls to our backend. Meaning our backend must correlate somehow his apim key to the correct AAD user.
Is it doable? thank you