oauth2-proxy/docs/docs
Simon Hollenbach db71dd8c55 docs/configuration: Fix entropy for bash secret
Filtering `/dev/urandom` for alphanumeric characters resulted in loss of
input entropy to base64. Fixing this using a procedure with these steps:

  * Read 32 bytes from `/dev/urandom` (`dd`)
  * Base64-encode (`base64`)
  * Strip newlines (`tr -d`)
  * URL-Escape (`tr`)
  * Append a final newline (`echo`)

This output should be equivalent to output generated using Python and
OpenSSL variants mentioned in the changed document file.

Newlines are stripped as `base64` wraps its output and the option to
disable this (`-w 0`) is not available in all implementations.

Fixes: #1511
2022-02-20 14:38:11 +01:00
..
community Add Security Policy 2021-01-16 19:47:47 +00:00
configuration docs/configuration: Fix entropy for bash secret 2022-02-20 14:38:11 +01:00
features Add the allowed_email_domains and the allowed_groups on the auth_request endpoint + support standard wildcard char for validation with sub-domain and email-domain. 2022-02-14 18:03:20 +01:00
behaviour.md Migrate existing documentation to Docusaurus 2020-11-05 15:36:27 +00:00
installation.md Prepare changelog for release v7.2.1 2021-12-18 12:59:55 +00:00