When i create a default mvc project, it comes with the controller Account/ExternalConfirmation.
If im getting this right is that,
ExternalLogin calls ----> ExternalCallBack calls ---> External Confirmation.
then how is Externallogin invoked, like which controller or view invokes it.
Go to the complete details ...