Dear dev & user of apache Jena,
I would like to know if we could to add an admin page on fuseki to
handle graph base access.
Actually I cn use apcha shiro embbed into jena fuseki in order to
authenticate through an LDAP connection but this do not do yet the role
mapping.
Ideally we would like this admin page on fuseki:
<https://graphdb.ontotext.com/documentation/10.1/user-management.html>
We could extend it by adding the possibility to register a bearer token
from a IAM service (keycloak, okta, mazone, azure ...)
Thus To reach this goal I take a look to jena source code and I do not
understand how jena-permission project works with jena-fuseki and
apache shiro.
Apache shiro dev show me this code:
<https://github.com/oktadev/okta-shiro-plugin/blob/1f22f79d2fdb36551e98fc7afd946c43e018c777/examples/jaxrs/src/main/resources/shiro.ini>
which allow to use external bearer token.
So now how to wrap it all into jena fuseki ? :-)
Thanks