Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion dolphinscheduler-api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ security:
iconUri: ""
provider: google
oidc:
enable: true
enable: false
providers:
# registrationId used in URLs and internal mapping
keycloak:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,29 @@ security:
callbackUrl: "http://127.0.0.1:5173/login"
iconUri: ""
provider: gitee
oidc:
enable: false
providers:
# registrationId used in URLs and internal mapping
keycloak:
display-name: "Login with Keycloak" # Text for UI Button
issuer-uri: http://keycloak:8080/realms/dolphinscheduler
icon-uri: "/images/providers-icon/keycloak.png"
client-id: dolphinscheduler-client
client-secret: dolphinscheduler-client-secret
# Optional: Specify client auth method (e.g., client_secret_basic, client_secret_post). Defaults if omitted.
# client-authentication-method: client_secret_basic
scope: openid, profile, email, groups # Default: openid, profile, email
user-name-attribute: preferred_username # Claim to use as username (e.g., email, preferred_username)
groups-claim: groups # Optional: Claim containing user groups/roles
# Add more providers here (e.g., okta, azure, google)
# okta: ....
user: # Settings for auto-provisioning OIDC users
auto-create: false # Create a DS user if not found? Default: false
default-tenant-code: "default" # Tenant code for auto-created users
default-queue: "default" # Queue for auto-created users (if needed by permissions)
admin-group-mapping: # Groups that map to an administrator role
- dolphinscheduler-admins

casdoor:
# Your Casdoor server url
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading