File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments