I can see that users are automatically logged in url's query strings "username" and "password" are set. How can I disable this?
We are working on a third-party OCI login, where we need to do some preproccessing and validation before we login a user. However, if they pass "username" and "password", then DW seems to login the user and my code never runs ( I have a .ashx endpoint, which then should return an authentication token valid for a number of minutes )