Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(sso): add SSO_OIDC_TOKEN_ENDPOINT_AUTH to script usage comment
Signed-off-by: Mini Jeong <mini.jeong@navercorp.com>
  • Loading branch information
minijeong-log committed Mar 17, 2026
commit ac0d326e9580b63c321e21c44f67824ab2022dd9
1 change: 1 addition & 0 deletions packages/db/scripts/register-sso-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* SSO_OIDC_CLIENT_ID=your_client_id
* SSO_OIDC_CLIENT_SECRET=your_client_secret
* SSO_OIDC_SCOPES=openid,profile,email (optional)
* SSO_OIDC_TOKEN_ENDPOINT_AUTH=client_secret_post|client_secret_basic (optional, defaults to client_secret_post)
*
* SAML Providers:
* SSO_SAML_ENTRY_POINT=https://your-idp/sso
Expand Down