简体   繁体   中英

Is it possible to have Azure App Registration in one tenant and App Services in another

Does anyone know if it's possible to create a App Registration in one tenant and then use that registration in another tenant within App Services?

Regards, Oskar

In general yes it is. If you create an app registration, you might define the URL of the App Service in its reply URLs. Then you can define on the App Service that it should use authentication with a given AAD tenant.

After all you can use AAD authentication anywhere, on an app hosted in AWS, the Google cloud or an on-prem server. Of course the Authentication/Authorization feature of App Service is only available there, but that doesn't stop you from configuring authentication within your app.

Managed Identity is a feature that only works within the tenant connected to the subscription though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM