I am very new to SAML and I need some clarification.
I have one asp.net mvc application. now I want to use tableau APIs and show some charts. I want to by pass the authentication for tableau using SAML SSO. My need is something like,
- My application / Tableau Server act as SAML SP through HTTP
- SP redirects user to Idp to authenticate
- SAML IdP redirects user back to SAML SP with authentication results and original request proceeds.
- SAML SP tells Tableau Trusted Authentication that the user has authenticated successfully.
- Trusted Authentication issues the user a trust ticket.
- User is able to access (authorized) Tableau views/content.
I need to create the Idp for this purpose.
Any step by step desc or code sample will be helpful. Could you please please shed some light in how to use SAML.
Thanks Anish.