Select to view content in your preferred language

Integration authentications of a website, ArcGIS Server and Portal for ArcGIS

2318
1
01-29-2016 05:56 AM
AntonFedorich1
New Contributor

Hello to All,

Is there possibility to use one authentication to an ordinary website, ArcGIS Server and Portal for ArcGIS.

The website is to be used as a main point of login (not registration) to an entire system (the site, server and portal)

A user can log in to the website and automatically he will be able to access to gis web apps built with Web AppBuilder restricted with arcgis roles

The scenario is that:

  1.     A user gets a login and password of an ArcGIS Server account from an administrator (doesn't register in the website)
  2.     Then he can log in to this website. After he does it, he automatically log in ArcGIS Server and ArcGIS Portal and sees links to GIS web apps
  3.     The user goes to one for these link, gets to a GIS web app without second logining to this app

The picture of scenario is attached

P.S. Please, do not ask about using Portal for ArcGIS as a main point of this system, in our purpose is using the website

0 Kudos
1 Reply
JonathanQuinn
Esri Notable Contributor

If you set up an application within IIS that's configured for Windows Authentication, and that application reaches resources via endpoints also secured with windows authentication, then I would imagine that the authorization information retrieved from reaching the application can be used to authenticate the user against Portal and Server.