windows store apps - How to add Custom UI when we try to perform single sign on using Azure Active Directory Account login? -
Developing a Windows Store 8.1 application using C # and xaml.
I'm signing on using Ezuir Active Directory Account Login.
I do not want the user to be redirected to the Microsoft account long screen, and then come back. I want to supply them with login credentials screens where we capture our username and password, and then we want to authenticate against Ezur Eddy and withdraw the claim identity.
How can I get it?
This is not a supported scenario for security concerns. One of the value offers for AAD is this. That is especially important for password management, managed and secure logins throughout the life cycle, in which AAD is achieving third-party SaaS solutions. A developer should not be able to access the user's credentials at any time.
All who said, it seems that there is another question which is answerable: How can I customize the login screen given by Eddie. me?
Aad offers premium features for premium however, you will still work with a screen that has been provided to you.
Comments
Post a Comment