Skip to content

Commit eca1e24

Browse files
voidmainwied03
andauthored
Working (#213)
Co-authored-by: Brady Wied <[email protected]>
1 parent 6609f36 commit eca1e24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7791,6 +7791,19 @@ export interface ExternalJWTIdentityProvider extends BaseIdentityProvider<Extern
77917791
uniqueIdentityClaim?: string;
77927792
}
77937793

7794+
/**
7795+
* Determines if FusionAuth is in FIPS mode based on the system property <code>fusionauth.fips.enabled</code>. This can only be enabled once and
7796+
* should be enabled when the VM starts or as close to that point as possible.
7797+
* <p>
7798+
* Once this has been enabled, it cannot be disabled.
7799+
* <p>
7800+
* This also provides some helpers for FIPS things such as password length requirements.
7801+
*
7802+
* @author Brian Pontarelli & Daniel DeGroff
7803+
*/
7804+
export interface FIPS {
7805+
}
7806+
77947807
/**
77957808
* @author Daniel DeGroff
77967809
*/

0 commit comments

Comments
 (0)