koopjs / koop-auth-direct-file

Koop authentication plugin using file-based identity-store
Other
8 stars 4 forks source link

Other Auth plugin examples? #10

Closed apatriz closed 7 months ago

apatriz commented 3 years ago

I see that this plugin was tested with ArcGIS Online/Portal.

I was wondering if anyone could provide insight on how to build an Auth plugin (this is the only Auth plugin example I could find) that works with Enterprise logins ? i.e. we have an ArcGIS site deployed in Azure, that uses Azure AD identity provider

Any advice on how to modify this plugin or how I might get started rolling a custom Auth plugin that could work in this scenario ?

hparkertt commented 3 years ago

Have you found any solutions to this scenario? I'm looking at solving a similar workflow.

apatriz commented 3 years ago

Never found a solution. We ended up just hosting the Koop server on an Azure App Service with built-in Azure AD authentication. Works in our case since we're only using the Koop endpoint from a custom web app. Still would like to revisit creating an Auth plugin for this scenario in the future