@@ -41,6 +41,7 @@ func TestStorage(t *testing.T) {
4141 },
4242 assert : func (t * testing.T , path string , bts []byte ) {
4343 require .YAMLEq (t , `access_token_ttl: 10m0s
44+ authentication_mechanisms: []
4445authorization_code_ttl: 0s
4546backchannel_token_delivery_modes_supported: []
4647backchannel_user_code_parameter_supported: false
@@ -62,6 +63,7 @@ pushed_authorization_request_ttl: 0s
6263refresh_token_ttl: 0s
6364require_pushed_authorization_requests: false
6465rotated_secrets: []
66+ scope_claim_formats: []
6567subject_identifier_types: []
6668template: false
6769tenant_id: ""
@@ -85,6 +87,7 @@ version: 0`, string(bts))
8587 },
8688 assert : func (t * testing.T , path string , bts []byte ) {
8789 require .YAMLEq (t , `application_types: []
90+ default_acr_values: []
8891audience: []
8992authorization_details_types: []
9093backchannel_logout_session_required: false
@@ -102,6 +105,9 @@ post_logout_redirect_uris: []
102105request_uris: []
103106require_pushed_authorization_requests: false
104107rotated_secrets: []
108+ saml_allowed_attributes: []
109+ saml_metadata_updated_at: 0001-01-01T00:00:00.000Z
110+ saml_override_attributes: false
105111scopes: []
106112system: false
107113tls_client_certificate_bound_access_tokens: false
@@ -226,12 +232,14 @@ name: Some Gateway`, string(bts))
226232 "workspaces/demo/pools/Some_Pool.yaml" ,
227233 },
228234 assert : func (t * testing.T , path string , bts []byte ) {
229- require .YAMLEq (t , `deleted: false
235+ require .YAMLEq (t , `allow_skip_2fa: false
236+ deleted: false
230237id: some-pool
231238identifier_case_insensitive: false
232239mfa_session_ttl: 0s
233240name: Some Pool
234241public_registration_allowed: false
242+ second_factor_threshold: 0
235243system: false` , string (bts ))
236244 },
237245 },
@@ -581,12 +589,14 @@ name: Some IDP
581589static_amr: []
582590version: 0` , string (bts ))
583591 case "workspaces/demo/pools/Some_Pool.yaml" :
584- require .YAMLEq (t , `deleted: false
592+ require .YAMLEq (t , `allow_skip_2fa: false
593+ deleted: false
585594id: some-pool
586595identifier_case_insensitive: false
587596mfa_session_ttl: 0s
588597name: Some Pool
589598public_registration_allowed: false
599+ second_factor_threshold: 0
590600system: false` , string (bts ))
591601 }
592602 },
0 commit comments