DNNCommunity / DNN.ActiveDirectory

Active Directory authentication for DNN
MIT License
26 stars 22 forks source link

DNN User Logoff with WinLogin status #38

Closed ryancyq closed 6 years ago

ryancyq commented 6 years ago

Noted that when a user clicked logout from account menu (beside username at the top right corner), Login.aspx will be shown to user, the authentication status still remains at WinLogon.

Just want to check if this behaviour is by design.

sawest commented 6 years ago

I think this makes sense. Admins can configure logout redirect in the Admin settings of the portal if it needs to go somewhere else. If that is not set, we need a default page to go somewhere so Login.aspx is as good as any I think.