benoitdm-oslandia / pg_featureserv

Apache License 2.0
1 stars 0 forks source link

EPIC - manage authentication and permissions #13

Open benoitdm-oslandia opened 2 years ago

benoitdm-oslandia commented 2 years ago

"Security" defines how the system checks authentication and permissions

benoitdm-oslandia commented 2 years ago

marked this issue as related to #13

benoitdm-oslandia commented 2 years ago

marked this issue as related to #14

benoitdm-oslandia commented 2 years ago

In GitLab by @nrevelant on Jul 20, 2022, 16:28

A priori authentication should be supported by components upstream of the transmission of OGC Feature requests (by front-end components + Keycloak).

I understood that the authentication will be done using a JWT type token transmitted with the incoming request.

If a need for permissions management is identified and confirmed, it should then actually concern the OGC Feature service (including for setting these permissions).