3939 url: https://www.apache.org/licenses/LICENSE-2.0.html
4040 termsOfService: /tos
4141 title: Ory APIs
42- version: v1.20.10
42+ version: v1.20.11
4343servers:
4444- url: "https://{project_slug}.projects.oryapis.com/"
4545 variables:
@@ -9398,6 +9398,10 @@ components:
93989398 title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
93999399 \ JSON for SQL storage."
94009400 type: array
9401+ kratos_security_account_enumeration_mitigate:
9402+ description: Configures if account enumeration should be mitigated when
9403+ using identifier first login.
9404+ type: boolean
94019405 kratos_selfservice_allowed_return_urls:
94029406 items:
94039407 type: string
@@ -15124,6 +15128,10 @@ components:
1512415128 title: "StringSliceJSONFormat represents []string{} which is encoded to/from\
1512515129 \ JSON for SQL storage."
1512615130 type: array
15131+ kratos_security_account_enumeration_mitigate:
15132+ description: Configures if account enumeration should be mitigated when
15133+ using identifier first login.
15134+ type: boolean
1512715135 kratos_selfservice_allowed_return_urls:
1512815136 items:
1512915137 type: string
@@ -18814,6 +18822,7 @@ components:
1881418822 permission_checks_rate_limit_tier RateLimitTierPermissionChecks
1881518823 oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
1881618824 create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery
18825+ scim_rate_limit_tier RateLimitTierSCIM
1881718826 enum:
1881818827 - production_projects
1881918828 - staging_projects
@@ -18852,6 +18861,7 @@ components:
1885218861 - permission_checks_rate_limit_tier
1885318862 - oauth2_introspect_rate_limit_tier
1885418863 - create_recovery_admin_rate_limit_tier
18864+ - scim_rate_limit_tier
1885518865 type: string
1885618866 x-go-enum-desc: |-
1885718867 production_projects ProductionProjects
@@ -18891,6 +18901,7 @@ components:
1889118901 permission_checks_rate_limit_tier RateLimitTierPermissionChecks
1889218902 oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
1889318903 create_recovery_admin_rate_limit_tier RateLimitTierCreateAdminRecovery
18904+ scim_rate_limit_tier RateLimitTierSCIM
1889418905 feature_available:
1889518906 type: boolean
1889618907 included:
@@ -21328,13 +21339,15 @@ components:
2132821339 current-password InputAttributeAutocompleteCurrentPassword
2132921340 new-password InputAttributeAutocompleteNewPassword
2133021341 one-time-code InputAttributeAutocompleteOneTimeCode
21342+ username webauthn InputAttributeAutocompleteUsernameWebauthn
2133121343 enum:
2133221344 - email
2133321345 - tel
2133421346 - url
2133521347 - current-password
2133621348 - new-password
2133721349 - one-time-code
21350+ - username webauthn
2133821351 type: string
2133921352 x-go-enum-desc: |-
2134021353 email InputAttributeAutocompleteEmail
@@ -21343,6 +21356,7 @@ components:
2134321356 current-password InputAttributeAutocompleteCurrentPassword
2134421357 new-password InputAttributeAutocompleteNewPassword
2134521358 one-time-code InputAttributeAutocompleteOneTimeCode
21359+ username webauthn InputAttributeAutocompleteUsernameWebauthn
2134621360 disabled:
2134721361 description: Sets the input's disabled field to true or false.
2134821362 type: boolean
0 commit comments