How to add parameters to redirect_uri in WebApi Oauth Owin authentication process?
问题 I'm creating a webapi project with oauth bearer token authenthication and external login providers (google, twitter, facebook etc.). I started with the basic VS 2013 template and got everything to work fine! However, after a user successfully logs is, the owin infrastructure creates a redirect with the folllowing structure: http://some.url/#access_token=<the access token>&token_type=bearer&expires_in=1209600 In my server code I want to add an additional parameter to this redirect because in