wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Configuring OIDC needs documentation #53

Open echarlie opened 6 years ago

echarlie commented 6 years ago

There's no documentation on what config variables need to be set for OIDC to be used. Since local auth has been removed, these should be enumerated.

mutantmonkey commented 6 years ago

FWIW this is pretty much the same as with Flask-OIDC, so pointing people to their docs would be most appropriate: https://flask-oidc.readthedocs.io/en/latest/

If there are any places where the Flask-OIDC docs are lacking or could be improved, I think it would be best to contribute upstream.

mutantmonkey commented 5 years ago

We now use Authlib instead of Flask-OIDC and also support Google auth. The process for OIDC is similar, but we'll still want to document setup for both.