diff --git a/spec/acceptance/2_realm_spec.rb b/spec/acceptance/2_realm_spec.rb index 2cbdebd7..5a56609f 100644 --- a/spec/acceptance/2_realm_spec.rb +++ b/spec/acceptance/2_realm_spec.rb @@ -217,34 +217,6 @@ class { 'keycloak': } 'failureFactor' => 60, 'revokeRefreshToken' => true, }, - permanent_lockout => true, - max_failure_wait_seconds => 999, - minimum_quick_login_wait_seconds => 40, - wait_increment_seconds => 10, - quick_login_check_milli_seconds => 10, - max_delta_time_seconds => 3600, - web_authn_policy_rp_entity_name => 'Keycloak', - web_authn_policy_signature_algorithms => ['ES256', 'ES384', 'ES512', 'RS256', 'RS384', 'RS512'], - web_authn_policy_rp_id => 'https://example.com', - web_authn_policy_attestation_conveyance_preference => 'direct', - web_authn_policy_authenticator_attachment => 'cross-platform', - web_authn_policy_require_resident_key => 'Yes', - web_authn_policy_user_verification_requirement => 'required', - web_authn_policy_create_timeout => 600, - web_authn_policy_avoid_same_authenticator_register => true, - web_authn_policy_acceptable_aaguids => ['d1d1d1d1-d1d1-d1d1-d1d1-d1d1d1d1d1d1'], - web_authn_policy_extra_origins => ['https://example.com'], - web_authn_policy_passwordless_rp_entity_name => 'Keycloak', - web_authn_policy_passwordless_rp_id => 'https://example.com', - web_authn_policy_passwordless_signature_algorithms => ['ES256', 'ES384', 'ES512', 'RS256', 'RS384', 'RS512'], - web_authn_policy_passwordless_attestation_conveyance_preference => 'direct', - web_authn_policy_passwordless_authenticator_attachment => 'cross-platform', - web_authn_policy_passwordless_require_resident_key => 'Yes', - web_authn_policy_passwordless_user_verification_requirement => 'required', - web_authn_policy_passwordless_create_timeout => 600, - web_authn_policy_passwordless_avoid_same_authenticator_register => true, - web_authn_policy_passwordless_acceptable_aaguids => ['ffffffff-ffff-ffff-ffff-ffffffffffff'], - web_authn_policy_passwordless_extra_origins => ['https://example.com'], } PUPPET_PP