标签: identityserver4
在IdentityServer3中,我们可以选择使用AuthenticationOptions的属性来禁止/禁用注销提示,该属性名为" EnableSignOutPrompt" (默认为true)。 IdentityServer4中的相应属性是什么?或者有没有其他方法可以禁用注销提示?
答案 0 :(得分:0)
no longer supported
由于身份服务器4不提供ui,因此不支持此功能。