A cloud-based identity and access management service for securing user authentication and resource access
Unable to authenticate while adding service reference to SOAP Web service
I have deployed a ASP.NET web service in Azure. Authentication is added by specifying Microsoft as identity provider.
The settings for the service in Azure is as below:-
Supported account types: Any Azure AD directory & personal Microsoft accounts
App Service authentication: Enabled
Restrict access: Require authentication
Unauthenticated requests: Return HTTP 401 unauthorized
Token store: Enabled
Allowed external redirect URLs: Configured
When I try to add a service reference in a stand alone C# application, the discovery service prompts for credentials, but does not seem to accept my corporate account (tied to MSDN subscription with Azure benefits) nor my personal account (hotmail). What could be the issue?