Azure-Samples/active-directory-dotnet-webapp-openidconnect

Multiple Reply-Url's

Closed this issue · 2 comments

In development time I want my application posting back to localhost on login, but it just consider the first reply-url configured at my AD App.

Is it expected? There is any workaround?

You can set the RedirectUri parameter to your desired location in OpenIdConnectAuthenticationOptions

Worked! Very thanks