|
|
|
|
|
by moi2388
457 days ago
|
|
An App registration is the overall object. Think of it like a class in OOP.
An enterprise app is an instance of an app registration. Think of it like an object in OOP. For single tenants this might seem confusing, because you have both for a single app. But if you were to have multi-tenants apps, each tenant would have their own Enterprise App instance, all referencing the same App Registration. appId is for App Registrations. objectId is for Enterprise Application Registrations. clientId will be same as appId. It is used in the context of authentication, where it is the id of the object as client. |
|
“EnterpriseAppId” and “AppRegistationId” would make sense.
ObjectId is meaningless nonsense. Everything is an object! Everything has an Id! This tells you nothing specific.