Re: Multifactor authentication in Fuseki

2021-04-13 Thread Kruiger, J.F. (Han)
Hi Rob & Andy, Thanks a lot for the suggestions! Best, Han Van: Andy Seaborne Verzonden: maandag 12 april 2021 22:19:33 Aan: users@jena.apache.org Onderwerp: Re: Multifactor authentication in Fuseki On 12/04/2021 15:50, Rob Vesse wrote: > Han

Re: Multifactor authentication in Fuseki

2021-04-12 Thread Andy Seaborne
On 12/04/2021 15:50, Rob Vesse wrote: Han The general approach to this kind of complex sign on scenario would be to use an external authentication service/protocol e.g. OAuth2/Open ID Connect which handles the multi-factor authentication and then configure your applications authentication

Re: Multifactor authentication in Fuseki

2021-04-12 Thread Rob Vesse
Han The general approach to this kind of complex sign on scenario would be to use an external authentication service/protocol e.g. OAuth2/Open ID Connect which handles the multi-factor authentication and then configure your applications authentication layer to just validate the Json Web Tokens

Multifactor authentication in Fuseki

2021-04-12 Thread Kruiger, J.F. (Han)
Hi there, I'm looking for a solution to have multifactor authentication (MFA) in Fuseki. I'm pretty sure this lies outside of the scope of Apache Jena, but perhaps Fuseki's UI should be able to be compatible with it at some point in the future. I have found a potential solution to get multifact