@authhero/adapter-interfaces 2.8.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -86,4 +86,5 @@ export declare const openIDConfigurationSchema: z.ZodObject<{
|
|
|
86
86
|
claims_parameter_supported: z.ZodOptional<z.ZodBoolean>;
|
|
87
87
|
request_object_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
88
88
|
token_endpoint_auth_signing_alg_values_supported: z.ZodArray<z.ZodString>;
|
|
89
|
+
client_id_metadata_document_supported: z.ZodOptional<z.ZodBoolean>;
|
|
89
90
|
}, z.core.$strip>;
|
|
@@ -34,6 +34,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
34
34
|
allow_legacy_ro_grant_types: z.ZodOptional<z.ZodBoolean>;
|
|
35
35
|
allow_legacy_tokeninfo_endpoint: z.ZodOptional<z.ZodBoolean>;
|
|
36
36
|
change_pwd_flow_v1: z.ZodOptional<z.ZodBoolean>;
|
|
37
|
+
client_id_metadata_document_registration: z.ZodOptional<z.ZodBoolean>;
|
|
37
38
|
custom_domains_provisioning: z.ZodOptional<z.ZodBoolean>;
|
|
38
39
|
dashboard_insights_view: z.ZodOptional<z.ZodBoolean>;
|
|
39
40
|
dashboard_log_streams_next: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -65,6 +66,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
65
66
|
trust_azure_adfs_email_verified_connection_property: z.ZodOptional<z.ZodBoolean>;
|
|
66
67
|
use_scope_descriptions_for_consent: z.ZodOptional<z.ZodBoolean>;
|
|
67
68
|
inherit_global_permissions_in_organizations: z.ZodOptional<z.ZodBoolean>;
|
|
69
|
+
restrict_undefined_scopes: z.ZodOptional<z.ZodBoolean>;
|
|
68
70
|
}, z.core.$strip>>;
|
|
69
71
|
sandbox_version: z.ZodOptional<z.ZodString>;
|
|
70
72
|
legacy_sandbox_version: z.ZodOptional<z.ZodString>;
|
|
@@ -216,6 +218,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
216
218
|
allow_legacy_ro_grant_types: z.ZodOptional<z.ZodBoolean>;
|
|
217
219
|
allow_legacy_tokeninfo_endpoint: z.ZodOptional<z.ZodBoolean>;
|
|
218
220
|
change_pwd_flow_v1: z.ZodOptional<z.ZodBoolean>;
|
|
221
|
+
client_id_metadata_document_registration: z.ZodOptional<z.ZodBoolean>;
|
|
219
222
|
custom_domains_provisioning: z.ZodOptional<z.ZodBoolean>;
|
|
220
223
|
dashboard_insights_view: z.ZodOptional<z.ZodBoolean>;
|
|
221
224
|
dashboard_log_streams_next: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -247,6 +250,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
247
250
|
trust_azure_adfs_email_verified_connection_property: z.ZodOptional<z.ZodBoolean>;
|
|
248
251
|
use_scope_descriptions_for_consent: z.ZodOptional<z.ZodBoolean>;
|
|
249
252
|
inherit_global_permissions_in_organizations: z.ZodOptional<z.ZodBoolean>;
|
|
253
|
+
restrict_undefined_scopes: z.ZodOptional<z.ZodBoolean>;
|
|
250
254
|
}, z.core.$strip>>;
|
|
251
255
|
sandbox_version: z.ZodOptional<z.ZodString>;
|
|
252
256
|
legacy_sandbox_version: z.ZodOptional<z.ZodString>;
|