What is Single sign on URL for ArcGIS portal ?

829
4
Jump to solution
04-04-2023 03:03 AM
AvinashDalvi_
New Contributor III

I am trying to integrate ArcGIS portal login with OKTA through SAML. Going through this documentation https://github.com/Esri/idp/blob/main/Documentation/SAML/Configure%20Okta.md but URL mentioned for Single Sign on is invalid. Can anyone help me to get right URL whoever did this latest ?

Screenshot 2023-04-04 at 3.26.51 PM.png

Tags (4)
0 Kudos
1 Solution

Accepted Solutions
AvinashDalvi_
New Contributor III
Got answer. Here is URL for Single sign on : https://IP:7443arcgis/sharing/rest/oauth2/saml/signin
This you will get when you download metadata from Portal -> Setting-> Security->Login -> SAML provider

View solution in original post

0 Kudos
4 Replies
Richard_Purkis
Esri Contributor

@AvinashDalvi_ Thanks for getting in touch

In the documentation you sourced I believe the portalcontext is referring to the web adaptor name. In most cases this will be "portal" but will depend on your deployment.

Hope this helps

AvinashDalvi_
New Contributor III
Got answer. Here is URL for Single sign on : https://IP:7443arcgis/sharing/rest/oauth2/saml/signin
This you will get when you download metadata from Portal -> Setting-> Security->Login -> SAML provider
0 Kudos
AngusHooper1
Occasional Contributor III

Be careful when inserting hard coded url's that reference an IP or the fully qualified domain name. Although it may work today, it can cause strife later on when you need to change machine or IP address. You should try to use a DNS alias where possible.

AvinashDalvi_
New Contributor III

Agree on this. Just gave an example. 

0 Kudos