Search code examples
c#authenticationasp.net-coreidentityidentityserver4

how use EnableSignOutPrompt?


I'm using Identityserver4. Do you know how to use "EnableSignOutPrompt"? I can not understand how to do it.


Solution

  • You can set ShowLogoutPrompt to true in AccountOptions class under services in Identity server!

    Update check this sample class on github