Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a55e4c

Browse files
committed
fix: update SCIM API key environment variable name
Update the environment variable for SCIM API key to `CODER_SCIM_AUTH_HEADER` to ensure consistency with the latest configuration changes. - Replace `CODER_SCIM_API_KEY` with `CODER_SCIM_AUTH_HEADER`
1 parent 60012b0 commit 7a55e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/users/oidc-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ authentication. Upon deactivation, users are
139139
the Coder server.
140140

141141
```env
142-
CODER_SCIM_API_KEY="your-api-key"
142+
CODER_SCIM_AUTH_HEADER="your-api-key"
143143
```
144144

145145
## TLS

0 commit comments

Comments
 (0)