Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (15 loc) · 900 Bytes

external_auth.md

File metadata and controls

24 lines (15 loc) · 900 Bytes
page_title subcategory description
coder_external_auth Data Source - terraform-provider-coder
Use this data source to require users to authenticate with an external provider prior to workspace creation. This can be used to pre-authenticate external services in a workspace.

coder_external_auth (Data Source)

Use this data source to require users to authenticate with an external provider prior to workspace creation. This can be used to pre-authenticate external services in a workspace.

Schema

Required

  • id (String) The ID of a configured external auth provider set up in your Coder deployment.

Read-Only

  • access_token (String) The access token returned by the external auth provider. This can be used to pre-authenticate command-line tools.