Anti-forgery token is used to prevent CSRF (Cross-Site Request Forgery) attacks. Portal will manage authentication and authorization, so no authentication code is required. However, you need to include CSRF token with all web API requests. Cross-site request forgery is an attack against web-hosted apps whereby a malicious web app can influence the interaction between a […]