Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
779 B
Markdown
Raw Normal View History

---
2025-06-26 16:13:03 +05:30
title: Login Configuration | OpenMetadata Login Config
description: Connect Loginconfiguration to enable streamlined access, monitoring, or search of enterprise data using secure and scalable integrations.
slug: /main-concepts/metadata-standard/schemas/configuration/loginconfiguration
---
# LogoConfiguration
*This schema defines the Login Configuration*
## Properties
- **`maxLoginFailAttempts`** *(integer)*: Failed Login Attempts allowed for user. Default: `3`.
- **`accessBlockTime`** *(integer)*: Access Block time for user on exceeding failed attempts(in seconds). Default: `600`.
- **`jwtTokenExpiryTime`** *(integer)*: Jwt Token Expiry time for login in seconds. Default: `3600`.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.