Owin context url remove part

Viewed 19

I have a scenario that the user when request uri, i'm getting the uri and add to it a querystring then it will redirect to microsoft to authenticate with openid connect and azure AD, after the redirect back i need to remove the querystring part from the url.

I'm using owin context and katana.

I tried to remove from the context but it is a readonly.

0 Answers
Related