AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
493 stars 124 forks source link

OpenID authentication from command line #84

Open namedgraph opened 3 years ago

namedgraph commented 3 years ago

Currently the CLI scripts only support authentication with WebID-TLS client certificate.

Looks like it should be possible to enable OpenID authentication as well: https://www.janua.fr/bash-oauth2-openid-connect-wrapper/

namedgraph commented 3 years ago

Looks like we need to use refresh tokens. https://martinfowler.com/articles/command-line-google.html