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.
2 parents 51b0050 + 627daa1 commit 0846909Copy full SHA for 0846909
1 file changed
openapi.yaml
@@ -2507,6 +2507,14 @@ components:
2507
format: uuid
2508
type:
2509
"$ref": "#/components/schemas/IdentityProviderType"
2510
+ FIPS:
2511
+ description: Determines if FusionAuth is in FIPS mode based on the system property
2512
+ <code>fusionauth.fips.enabled<code>. This can only be enabled once and should
2513
+ be enabled when the VM starts or as close to that point as possible. <p> Once
2514
+ this has been enabled, it cannot be disabled. <p> This also provides some
2515
+ helpers for FIPS things such as password length requirements.
2516
+ type: object
2517
+ properties: {}
2518
FacebookApplicationConfiguration:
2519
description: ''
2520
type: object
0 commit comments