Documentation Index

Fetch the complete documentation index at: https://docs.britive.com/llms.txt

Use this file to discover all available pages before exploring further.

Britive platform release 2026.07.01 is now live in production.

Documentation is reorganized in Administrators, Users, and Developers sections.

Get password policy details

Prev Next
Get
/api/identity-providers/password-policy
Security
HTTP
Type bearer
Responses
200

OK

Expand All
object
minLength
integer (int32)
requiredUpperCase
boolean
requiredLowerCase
boolean
requiredNumbers
boolean
requiredSymbols
boolean
passwordExpirationPolicy
object (PasswordExpirationPolicy)
days
integer (int32)
enabled
boolean
accountLockoutPolicy
object (AccountLockoutPolicy)
minAttempts
integer (int32)
lockoutDurationInMinutes
integer (int32)