Support OAuth2 External logins

725
1
10-14-2020 11:40 PM
Status: Open
BayramÜçüncü1
New Contributor

Supporting OAuth2 external user logins may be very useful for Enterprise customers. Because you know that now SSO(Single sing on) methods are moving through solutions like IdentityServer or Google Auth etc.using OAuth2. If I have an IdentityServer I do not need more. Windows Authentication solutions like LDAP are platform specific. But now we need platform indipended authentications.

I should be able to configure my Portal for ArcGIS or ArcGIS server using IdentityServer for my company.

1 Comment
JoshuaAbbott

Following this documentation, I was enable to enable our users to sign into ArcGIS Online using our internal Identity Provider built with IdentityServer4. From what I have heard, this is also possible in ArcGIS Enterprise/Portal with version 10.9.1 but that it does not support PKCE. Hope this helps.

Now I'm trying to figure out how to access resources programmatically using that single-sign-in principle: https://community.esri.com/t5/arcgis-online-questions/access-organization-resource-programmatically/...