0

I am performing SharePoint operations using C#. To authenticate my user, I am using an older cookie based authentication system similar to the one shown here.

However, I have also found that the removal of third-party cookies may disrupt certain types of authentication methods.

Would removing third-party cookies prevent using cookie based authentication?

I have tried disabling third-party cookies while performing my cookie based authentication and everything seems to work fine. However, I am not sure if this really ensures that this authentication system will work when third-party cookies are completely removed.

0 Answers0