In between kerberos vs saml, what should be used in which situation?
Both kerberos & saml are used to establish identity using assertions (tickets) so is there an overlap in their use? Can you highlight their differences and point out which technology is a better fit where?
I found some highlighted lines on a blog - In a Windows Active Directory (AD) environment, you can enable SAML single sign-on (SSO) to Tableau Server, along with Kerberos database delegation. This provides authorized users direct access to Tableau Server, as well as to the underlying data defined in their published workbooks and data sources.
In kerberos vs SAML, SAML is used over the Internet. If you have a web application you would use SAML. SAML is just a standard data format for exchanging authentication data. You would typically use it for a web SSO (single sign on).Kerberos is used in an enterprise LAN typically. Kerberos requires that the user it is authenticating is in the kerberos domain. Not really a lot of overlap in my opinion.