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 ?
Solved! Go to Solution.
@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
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.
Agree on this. Just gave an example.