How to make windowsAuthentication together with anonymous option?
IIS set up for anonymous and windows authentication will always force me to have anonymous users.
I have a solution for older symfony 2.8 where there are services like windowsAuthenticationListener, windowsAuthenticationEntryPoint, windowsAuthenticationProvicer, windowsAuthenticationToken and windowsAuthenticationFactory to add, but rewriting them to symfony 5.2 after a few hours has no solution.
Does anyone have a working solution for symfony 5.2?
Anonymous or windows only authentication are easy, but for the combination I need to do some subrequests for http 401 challenge and here I have no idea...
This must be a frequent requirement, to have part of the site under SSO and another for anyone...
source https://stackoverflow.com/questions/69789045/how-to-make-windowsauthentication-together-with-anonymous-option
Comments
Post a Comment