Im working on asp mvc 5 with google oauth login, I followed a tutorial installing owin security and set the google redirect url to be localhost/myapp/signin-google,
my question is where can i change the localhost/myapp/signin-google to be something else like localhost/myapp/mycallback ?
i tried change is to be localhost/myapp/signup/ExternalLoginCallback which the actual action, but it didnt work, is 'signin-google' hardcoded in owin security??