Files
firezone/docs
Mark Percival 055232ce46 Implement OpenID Connect for authentication (#586)
Implements the OpenID Connect standard for SSO Authentication
which allows users to use any OpenID Connect provider for authentication
not just a predefined list of providers

User can add OIDC config settings to firezone.rb which will then
populate the AUTH_OIDC environment variable as a JSON string.

FZ_HTTP will use this environment variable to create
provider(s) to authenticate against

Additional notes:
- Updates .env.sample to include an example of a 'stringified' JSON
environment variable for setting AUTH_OIDC in development
- Add dep for 'openid_connect' and test dep for 'mox'
2022-05-12 10:37:08 -07:00
..
2022-01-23 11:02:01 -08:00
2022-01-17 21:19:04 -08:00
2021-12-30 08:19:00 -06:00
2022-01-23 11:02:01 -08:00
2022-01-11 15:41:52 -08:00
2021-12-30 08:19:00 -06:00
2022-02-06 10:39:33 -08:00

Firezone Docs

Overview

This repository is for our documentation website found at https://docs.firezone.dev.

Contributing

We uses pages to organize our documentation. Please see the Jekyll site for more information.

Setup

We are using Jekyll to generate the site and Github Pages to host it. When developing locally, you can use the jekyll serve command to start a server from the /docs directory.