@@ -41,6 +41,7 @@ func TestStorage(t *testing.T) {
41
41
},
42
42
assert : func (t * testing.T , path string , bts []byte ) {
43
43
require .YAMLEq (t , `access_token_ttl: 10m0s
44
+ authentication_mechanisms: []
44
45
authorization_code_ttl: 0s
45
46
backchannel_token_delivery_modes_supported: []
46
47
backchannel_user_code_parameter_supported: false
@@ -62,6 +63,7 @@ pushed_authorization_request_ttl: 0s
62
63
refresh_token_ttl: 0s
63
64
require_pushed_authorization_requests: false
64
65
rotated_secrets: []
66
+ scope_claim_formats: []
65
67
subject_identifier_types: []
66
68
template: false
67
69
tenant_id: ""
@@ -85,6 +87,7 @@ version: 0`, string(bts))
85
87
},
86
88
assert : func (t * testing.T , path string , bts []byte ) {
87
89
require .YAMLEq (t , `application_types: []
90
+ default_acr_values: []
88
91
audience: []
89
92
authorization_details_types: []
90
93
backchannel_logout_session_required: false
@@ -102,6 +105,9 @@ post_logout_redirect_uris: []
102
105
request_uris: []
103
106
require_pushed_authorization_requests: false
104
107
rotated_secrets: []
108
+ saml_allowed_attributes: []
109
+ saml_metadata_updated_at: 0001-01-01T00:00:00.000Z
110
+ saml_override_attributes: false
105
111
scopes: []
106
112
system: false
107
113
tls_client_certificate_bound_access_tokens: false
@@ -226,12 +232,14 @@ name: Some Gateway`, string(bts))
226
232
"workspaces/demo/pools/Some_Pool.yaml" ,
227
233
},
228
234
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
230
237
id: some-pool
231
238
identifier_case_insensitive: false
232
239
mfa_session_ttl: 0s
233
240
name: Some Pool
234
241
public_registration_allowed: false
242
+ second_factor_threshold: 0
235
243
system: false` , string (bts ))
236
244
},
237
245
},
@@ -581,12 +589,14 @@ name: Some IDP
581
589
static_amr: []
582
590
version: 0` , string (bts ))
583
591
case "workspaces/demo/pools/Some_Pool.yaml" :
584
- require .YAMLEq (t , `deleted: false
592
+ require .YAMLEq (t , `allow_skip_2fa: false
593
+ deleted: false
585
594
id: some-pool
586
595
identifier_case_insensitive: false
587
596
mfa_session_ttl: 0s
588
597
name: Some Pool
589
598
public_registration_allowed: false
599
+ second_factor_threshold: 0
590
600
system: false` , string (bts ))
591
601
}
592
602
},
0 commit comments