Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

.net - Creating multiple enterprise application registrations in a one tenant to same web application

Our .NET Core Web application is a multi-tenant application that defines specific roles in the application registration in the host tenant. Customers enroll to subscribe with this application which creates an enterprise application registration in the customer tenant.

Our challenge is that the customer is large and wants to define a set of users for roles for one subscription but wants to use the same application for a second group but under a second subscription.

Is it possible to setup a second enterprise application registration in the customer's Azure AD tenant so that a second set of roles are exposed for the second user group?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

No, it is not possible.

Every service principal(i.e. enterprise application) in other tenants has the same client id with the corresponding AD App in the home tenant, but there could not be more than one service principal with the same client id in one AAD tenant.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...