Hi Deepti,
with the authkey module GeoServer can use a session token like the one you
are talking about. But if you need by session tokens, expiration and other
advanced features, GeoServer is not able to do that by its own, it can use
your infrastructure and use the externally generated token to a
Hi Christian and Mauro
We are using the leaflet and Angular based client side app which
communicates with spatial data through C# API.
Identity server (a C# based API) matches the email id and password from
identity storage and calls ArcGIS server get token service with a generic
username, passwor
Hi,
from what I understand, you are trying to share the session token generated
by your identity API so that it can be used to authenticate requests to
GeoServer.
If this is the case, the authkey community module can be used for that
purpose, but you need a service that translates the token to a re
Hi
I am a little bit confused about your architecture. Which identiy API and
product are you using ?
Cheers
Christian
On Wed, Jan 6, 2016 at 8:27 PM, Deepti Puri wrote:
> Hi there
>
> Just learning about Geoserver - I have a multi-tenant web mapping
> application running on ArcGIS server which
Hi there
Just learning about Geoserver - I have a multi-tenant web mapping
application running on ArcGIS server which I am trying to replace with
geoserver. Identity of the users for tenants are maintained through another
identity api. After successful login Api generates the session token
through