Skip to content

Commit 627daa1

Browse files
voidmainwied03
andauthored
Working (#102)
Co-authored-by: Brady Wied <brady.wied@fusionauth.io>
1 parent c85b626 commit 627daa1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,6 +2445,14 @@ components:
24452445
format: uuid
24462446
type:
24472447
"$ref": "#/components/schemas/IdentityProviderType"
2448+
FIPS:
2449+
description: Determines if FusionAuth is in FIPS mode based on the system property
2450+
<code>fusionauth.fips.enabled<code>. This can only be enabled once and should
2451+
be enabled when the VM starts or as close to that point as possible. <p> Once
2452+
this has been enabled, it cannot be disabled. <p> This also provides some
2453+
helpers for FIPS things such as password length requirements.
2454+
type: object
2455+
properties: {}
24482456
FacebookApplicationConfiguration:
24492457
description: ''
24502458
type: object

0 commit comments

Comments
 (0)