github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java/docs/LoginConfig.md (about) 1 2 3 # LoginConfig 4 5 6 ## Properties 7 8 | Name | Type | Description | Notes | 9 |------------ | ------------- | ------------- | -------------| 10 |**RBAC** | [**RBACEnum**](#RBACEnum) | RBAC will remain enabled on GUI if \"external\". That only works with an external auth service. | [optional] | 11 |**loginUrl** | **String** | primary URL to use for login. | | 12 |**loginFailedMessage** | **String** | message to display to users who fail to login; a full sentence that is rendered in HTML and may contain a link to a secondary login method | [optional] | 13 |**fallbackLoginUrl** | **String** | secondary URL to offer users to use for login. | [optional] | 14 |**fallbackLoginLabel** | **String** | label to place on fallback_login_url. | [optional] | 15 |**loginCookieNames** | **List<String>** | cookie names used to store JWT | | 16 |**logoutUrl** | **String** | URL to use for logging out. | | 17 18 19 20 ## Enum: RBACEnum 21 22 | Name | Value | 23 |---- | -----| 24 | SIMPLIFIED | "simplified" | 25 | EXTERNAL | "external" | 26 27 28