Skip to content

Commit ac0d326

Browse files
committed
docs(sso): add SSO_OIDC_TOKEN_ENDPOINT_AUTH to script usage comment
Signed-off-by: Mini Jeong <mini.jeong@navercorp.com>
1 parent f365e1e commit ac0d326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/db/scripts/register-sso-provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* SSO_OIDC_CLIENT_ID=your_client_id
2222
* SSO_OIDC_CLIENT_SECRET=your_client_secret
2323
* SSO_OIDC_SCOPES=openid,profile,email (optional)
24+
* SSO_OIDC_TOKEN_ENDPOINT_AUTH=client_secret_post|client_secret_basic (optional, defaults to client_secret_post)
2425
*
2526
* SAML Providers:
2627
* SSO_SAML_ENTRY_POINT=https://your-idp/sso

0 commit comments

Comments
 (0)