Currently my business UWP app authenticate using AD username and password from users which is generally same as Windows logged-in User. I need to remove this requirement and
You can use the following sample as reference: Web Account Management Sample.
It is showing how to get a token for an Azure AD. It could be a good starting point.