When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they are prompted to log into Tableau Server before they can see the view. If you already have a way of authenticating users on the webpage or within your web application, you can avoid this prompt and save your users from having to log in twice by setting up trusted authentication.
Trusted authentication simply means that you have set up a trusted relationship between Tableau Server and one or more web servers. When Tableau Server receives requests from these trusted web servers it assumes that your web server has handled whatever authentication is necessary.
If your web server uses SSPI (Security Support Provider Interface), you do not need to set up trusted authentication. You can embed views and your users will have access to them as long as they are licensed Tableau Server users and members of your Active Directory. Using both Enable Automatic Login (an option configured during Setup that uses Microsoft SSPI) and trusted authentication is not supported.
If you are not using SSPI with Active Directory, you will need to set up trusted authentication to allow your users to avoid logging into Tableau Server.