mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
docs(deploy): clarify direct auth provider id
Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
This commit is contained in:
parent
59cac13ca8
commit
4ce3934e3c
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER_URI=
|
||||||
# To enable, set BOTH:
|
# To enable, set BOTH:
|
||||||
# - SKILLHUB_AUTH_DIRECT_ENABLED=true (server: enables the /api/v1/auth/direct endpoint)
|
# - SKILLHUB_AUTH_DIRECT_ENABLED=true (server: enables the /api/v1/auth/direct endpoint)
|
||||||
# - SKILLHUB_WEB_AUTH_DIRECT_ENABLED=true (web: surfaces the username/password form)
|
# - SKILLHUB_WEB_AUTH_DIRECT_ENABLED=true (web: surfaces the username/password form)
|
||||||
# Set SKILLHUB_WEB_AUTH_DIRECT_PROVIDER to the provider id (e.g. "local-password").
|
# Set SKILLHUB_WEB_AUTH_DIRECT_PROVIDER to a direct provider id returned by
|
||||||
|
# /api/v1/auth/methods (e.g. "local"). Do not use the built-in auth method id
|
||||||
|
# "local-password" here; that method points at /api/v1/auth/local/login.
|
||||||
SKILLHUB_AUTH_DIRECT_ENABLED=false
|
SKILLHUB_AUTH_DIRECT_ENABLED=false
|
||||||
SKILLHUB_WEB_AUTH_DIRECT_ENABLED=false
|
SKILLHUB_WEB_AUTH_DIRECT_ENABLED=false
|
||||||
SKILLHUB_WEB_AUTH_DIRECT_PROVIDER=
|
SKILLHUB_WEB_AUTH_DIRECT_PROVIDER=
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue