1
votes

I am building a UWP app and .Net Core API. Both should be deployed at the customers' on-premises and authenticated with Azure Active Directory. Is there a way to authenticate the users without registering the application manually (And specifying the client id and other variables)?

1

1 Answers

0
votes

Is there a way to authenticate the users without registering the application manually.

Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud based directory and identity management service. You have need to register the application, if you authenticated with Azure Active Directory.

For ADFS, you could refer to AD FS Scenarios for Developers, and it also need to register app at first.