how do i implement SAML single sign on

1984
3
04-13-2017 01:49 AM
santoshbehera
New Contributor

Hi any one please help me out , how can i Implement SAML Single Sign on concept to call ArcGiS Portal from ASP.NET Web Application.

i have already have a ASP.NET website and from this site i want redirect to ArcGis portal without any other credentials .

i have generated the token/ client in in ArcGis application portable and using this token from ASP.NET Website but always prompting ArcGis login page to provide ArcGis login details  , once providing details  it's successfully redirecting to ArcGis portal  but i want to pass my ASP.NET site credentials and automatically login to Arcgis portal without prompting again any credentials.

below code using to call ArcGis portal but don't how do i validate and pass credentials to redirect to ArcGis portable.

<a href="https://www.arcgis.com/sharing/rest/oauth2/authorize?client_id=iJpTdInAPMaH3EL8&response_type=token&...">Calling ArcGis Portal</a>

iJpTdInAPMaH3EL8 : My Token CLient Id

My Calling URL : http://desktop-6enj4k5:3344/webappbuilder/?id=5

help me to provide the steps or videos which i can refer  to do same , also let me know if any web service i can use in my asp.net website.

0 Kudos
3 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

This forum is for ArcGIS Runtime SDK for .NET, which is not supported for use in web applications. We don't have a forum specifically for ASP.NET web apps, you could try re-posting in the General Developer area? Developers 

Cheers

Mike

0 Kudos
santoshbehera
New Contributor

Hi Michael, As you suggested i have changed tag to developer but still didn't get reply.

My company has using ArcGis App builder  to develop ArcGis maps but we are facing this issue to implement singe sign on.

basically we have developed complete application in ArgGis but we just want call using our asp.net application from a button click and it should not ask any login again in arcgis online.

i hope arcgis should have any service or any other code to authenticate URL to implemented singe sign on.

please help me on this. i am searching for many days but still we can't find any solution. it's really urgent.

Thanks

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Have you followed this doc? Set up enterprise logins—ArcGIS Online Help | ArcGIS 

Cheers

Mike

0 Kudos