We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85b626 commit 627daa1Copy full SHA for 627daa1
1 file changed
openapi.yaml
@@ -2445,6 +2445,14 @@ components:
2445
format: uuid
2446
type:
2447
"$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: {}
2456
FacebookApplicationConfiguration:
2457
description: ''
2458
type: object
0 commit comments