How do i implement single sign on (SAML) concept in asp.net

Posted by Santosh4u under ASP.NET on 4/16/2017 | Points: 10 | Views : 1979 | Status : [Member] | Replies : 2
Hi ,
i want to implement single sign on(SAML) concept in my project.

i have created a simple asp.net web site, from this asp.net site i want to call another third party portal URL(ArcGis) without login to third party portal.

i have below the details of that third party portal(which is ArgGis Web Builder portal).
ApplicationId, tokenId, ClientId.

i tried to use the token and tried to redirect from asp.net but it's prompting me to login again there and after providing details it's redirecting successfully but i want to login there without prompting login.

can any one plz give any idea how do i call non asp.net site from my asp.net site. i can created same login and password for both the site(My Asp.net site and ArcGis portal) but don't know how do i pass user credentials to that portal(ArcGis) so that it will not prompt any credentials.

it's basically user want to login in asp.net site but can visit to another portal without login there.

please let me know if i need to create any service from asp.net site , if then how do create service or is it possible to use active directory with AD login.

Thanks
santosh




Responses

Posted by: Sheonarayan on: 4/17/2017 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
Watch this video tutorials on dotnetfunda.com that should help you http://www.dotnetfunda.com/videos/show/71/single-signon-using-forms-authentication-in-aspnet.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Santosh4u, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Santosh4u on: 4/18/2017 [Member] Bronze | Points: 25

Up
0
Down
Hi Sheo,
Thanks for your reply. I have already followed this videos. If two website is in asp. Net then this video is valuable. Even i have also manage to do single sign in if two site is in Asp. Net, for my case one is asp.net other one is a online third party tool which l developed application , and i have some useful details like URL, tokenId,applicaionid ,clientid, user name and password.. But don't know how can i authenticate site while calling from asp.net.

now it it's already login then it's directly redirecting to Home page but if not already logs in then asking username and password, which i don't want.

hope i have posted the clear idea about my requirement.



Santosh4u, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response