Skip to content

Commit 0846909

Browse files
Merge branch 'develop' of github.com:FusionAuth/fusionauth-openapi into lyle/ENG-3375/introspect-and-libs
2 parents 51b0050 + 627daa1 commit 0846909

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
@@ -2507,6 +2507,14 @@ components:
25072507
format: uuid
25082508
type:
25092509
"$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: {}
25102518
FacebookApplicationConfiguration:
25112519
description: ''
25122520
type: object

0 commit comments

Comments
 (0)