c# - Identity Server 3 logout with PostLogoutRedirectUris having querystring not working -


added postlogoutredirecturis query string, not redirecting after logout, although on clients postlogoutredirecturis mentioned in code.

how allow querystring , redirect user after logout?

trying logout user , land on prepopulated form page.

postlogoutredirecturis = new list<string> {     "http://example.com/postlogout?parameter1=&parameter2=",     "https://example.com/postlogout?parameter1=&parameter2=" } 

the querystring data passed variables through code, above code not work when passing querystring, redirects logout page stops.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -