mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
This commit: - Allows configuring the OIDC claim Coder uses for email addresses (by default, this is still email) - Allows customising the parameters sent to the upstream identity provider when requesting a token. This is still access_type=offline by default. - Updates documentation related to the above.