We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coder_external_auth
1 parent a5cc8a1 commit 7002472Copy full SHA for 7002472
docs/data-sources/external_auth.md
@@ -19,6 +19,10 @@ Use this data source to require users to authenticate with an external service p
19
20
- `id` (String) The ID of a configured external auth provider set up in your Coder deployment.
21
22
+### Optional
23
+
24
+- `optional` (Boolean) Connecting to the external auth provider is not required, and can be skipped by users.
25
26
### Read-Only
27
28
- `access_token` (String) The access token returned by the external auth provider. This can be used to pre-authenticate command-line tools.
0 commit comments