Closed felipepessoto closed 9 years ago
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
RedirectUri
OpenIdConnectAuthenticationOptions
Worked! Very thanks
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?