Discussions

Ask a Question
Back to All

POST /api/MembershipLogin/_execute

When I try to login and it fails (invalid username or password), I see an error in the Windows Event Viewer. The event message is:

Event message: An attempted login for username boogiedown failed because the user does not exist in the backing provider.

The response seems to be related to a POST to /api/MembershipLogin/_execute, which leads me to think that there's an endpoint for pure authentication. In other words, is there something else other than the legacy membership web service? If so, what's the payload?

Thanks.