You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Should I set authentication mode to forms or None? If I set to none then it doesn't get redirected to my login page. what is the best approach to this?
The text was updated successfully, but these errors were encountered:
Well, you can set it to None, but then no redirects happen to your login page (as you saw). IIRC, you can still the forms auth redirect and it will kick in and redirect your users (even though you're not using forms auth for actually logging in the users). The other option is to build a module to redirect on a 401 response.
Should I set authentication mode to forms or None? If I set to none then it doesn't get redirected to my login page. what is the best approach to this?
The text was updated successfully, but these errors were encountered: