You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.
709
709
eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
710
710
- description: |-
711
-
List of ids used to filter identities.
712
-
If this list is empty, then no filter will be applied.
711
+
Retrieve multiple identities by their IDs.
712
+
713
+
This parameter has the following limitations:
714
+
715
+
Duplicate or non-existent IDs are ignored.
716
+
The order of returned IDs may be different from the request.
717
+
This filter does not support pagination. You must implement your own pagination as the maximum number of items returned by this endpoint may not exceed a certain threshold (currently 500).
713
718
explode: true
714
719
in: query
715
720
name: ids
@@ -756,10 +761,7 @@ paths:
756
761
type: string
757
762
type: array
758
763
style: form
759
-
- description: |-
760
-
OrganizationID is the organization id to filter identities by.
761
-
762
-
If `ids` is set, this parameter is ignored.
764
+
- description: List identities that belong to a specific organization.
763
765
explode: true
764
766
in: query
765
767
name: organization_id
@@ -955,6 +957,7 @@ paths:
955
957
- code
956
958
- passkey
957
959
- profile
960
+
- saml
958
961
- link_recovery
959
962
- code_recovery
960
963
type: string
@@ -1129,6 +1132,7 @@ paths:
1129
1132
code CredentialsTypeCodeAuth
1130
1133
passkey CredentialsTypePasskey
1131
1134
profile CredentialsTypeProfile
1135
+
saml CredentialsTypeSAML
1132
1136
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
1133
1137
code_recovery CredentialsTypeRecoveryCode
1134
1138
explode: false
@@ -1145,6 +1149,7 @@ paths:
1145
1149
- code
1146
1150
- passkey
1147
1151
- profile
1152
+
- saml
1148
1153
- link_recovery
1149
1154
- code_recovery
1150
1155
type: string
@@ -1158,6 +1163,7 @@ paths:
1158
1163
code CredentialsTypeCodeAuth
1159
1164
passkey CredentialsTypePasskey
1160
1165
profile CredentialsTypeProfile
1166
+
saml CredentialsTypeSAML
1161
1167
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
1162
1168
code_recovery CredentialsTypeRecoveryCode
1163
1169
- description: |-
@@ -9759,6 +9765,22 @@ components:
9759
9765
9760
9766
This governs the "selfservice.methods.profile.enabled" setting.
Configures whether Ory Kratos SAML Login is enabled
9781
+
9782
+
This governs the "selfservice.methods.saml.enabled" setting.
9783
+
type: boolean
9762
9784
kratos_selfservice_methods_totp_config_issuer:
9763
9785
description: |-
9764
9786
Configures Ory Kratos TOTP Issuer
@@ -12339,6 +12361,7 @@ components:
12339
12361
code CredentialsTypeCodeAuth
12340
12362
passkey CredentialsTypePasskey
12341
12363
profile CredentialsTypeProfile
12364
+
saml CredentialsTypeSAML
12342
12365
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
12343
12366
code_recovery CredentialsTypeRecoveryCode
12344
12367
enum:
@@ -12350,6 +12373,7 @@ components:
12350
12373
- code
12351
12374
- passkey
12352
12375
- profile
12376
+
- saml
12353
12377
- link_recovery
12354
12378
- code_recovery
12355
12379
type: string
@@ -12362,6 +12386,7 @@ components:
12362
12386
code CredentialsTypeCodeAuth
12363
12387
passkey CredentialsTypePasskey
12364
12388
profile CredentialsTypeProfile
12389
+
saml CredentialsTypeSAML
12365
12390
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
12366
12391
code_recovery CredentialsTypeRecoveryCode
12367
12392
updated_at:
@@ -13380,6 +13405,7 @@ components:
13380
13405
code CredentialsTypeCodeAuth
13381
13406
passkey CredentialsTypePasskey
13382
13407
profile CredentialsTypeProfile
13408
+
saml CredentialsTypeSAML
13383
13409
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
13384
13410
code_recovery CredentialsTypeRecoveryCode
13385
13411
enum:
@@ -13391,6 +13417,7 @@ components:
13391
13417
- code
13392
13418
- passkey
13393
13419
- profile
13420
+
- saml
13394
13421
- link_recovery
13395
13422
- code_recovery
13396
13423
type: string
@@ -13403,6 +13430,7 @@ components:
13403
13430
code CredentialsTypeCodeAuth
13404
13431
passkey CredentialsTypePasskey
13405
13432
profile CredentialsTypeProfile
13433
+
saml CredentialsTypeSAML
13406
13434
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
13407
13435
code_recovery CredentialsTypeRecoveryCode
13408
13436
created_at:
@@ -15196,6 +15224,22 @@ components:
15196
15224
15197
15225
This governs the "selfservice.methods.profile.enabled" setting.
data_location_regional DataLocationRegional Required Features
18237
18346
rate_limit_tier RateLimitTier
18238
18347
session_rate_limit_tier RateLimitTierSessions
@@ -18266,6 +18375,8 @@ components:
18266
18375
- m2m_token_issuance
18267
18376
- permission_checks
18268
18377
- captcha
18378
+
- saml_sp
18379
+
- saml_idp
18269
18380
- data_location_regional
18270
18381
- rate_limit_tier
18271
18382
- session_rate_limit_tier
@@ -18300,6 +18411,8 @@ components:
18300
18411
m2m_token_issuance M2MTokenIssuance
18301
18412
permission_checks PermissionChecks
18302
18413
captcha Captcha
18414
+
saml_sp SAMLSP
18415
+
saml_idp SAMLIDP
18303
18416
data_location_regional DataLocationRegional Required Features
18304
18417
rate_limit_tier RateLimitTier
18305
18418
session_rate_limit_tier RateLimitTierSessions
@@ -18789,6 +18902,7 @@ components:
18789
18902
code CredentialsTypeCodeAuth
18790
18903
passkey CredentialsTypePasskey
18791
18904
profile CredentialsTypeProfile
18905
+
saml CredentialsTypeSAML
18792
18906
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
18793
18907
code_recovery CredentialsTypeRecoveryCode
18794
18908
enum:
@@ -18800,6 +18914,7 @@ components:
18800
18914
- code
18801
18915
- passkey
18802
18916
- profile
18917
+
- saml
18803
18918
- link_recovery
18804
18919
- code_recovery
18805
18920
type: string
@@ -18812,6 +18927,7 @@ components:
18812
18927
code CredentialsTypeCodeAuth
18813
18928
passkey CredentialsTypePasskey
18814
18929
profile CredentialsTypeProfile
18930
+
saml CredentialsTypeSAML
18815
18931
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
|**kratosSelfserviceMethodsPasswordConfigMinPasswordLength**|**Long**| Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting. |[optional]|
196
196
|**kratosSelfserviceMethodsPasswordEnabled**|**Boolean**| Configures whether Ory Kratos Password Method is enabled This governs the \"selfservice.methods.password.enabled\" setting. |[optional]|
197
197
|**kratosSelfserviceMethodsProfileEnabled**|**Boolean**| Configures whether Ory Kratos Profile Method is enabled This governs the \"selfservice.methods.profile.enabled\" setting. |[optional]|
198
+
|**kratosSelfserviceMethodsSamlConfigBaseRedirectUri**|**String**| Configures the Ory Kratos SAML base redirect URI This governs the \"selfservice.methods.saml.config.base_redirect_uri\" setting. |[optional]|
|**kratosSelfserviceMethodsSamlEnabled**|**Boolean**| Configures whether Ory Kratos SAML Login is enabled This governs the \"selfservice.methods.saml.enabled\" setting. |[optional]|
198
201
|**kratosSelfserviceMethodsTotpConfigIssuer**|**String**| Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting. |[optional]|
199
202
|**kratosSelfserviceMethodsTotpEnabled**|**Boolean**| Configures whether Ory Kratos TOTP Method is enabled This governs the \"selfservice.methods.totp.enabled\" setting. |[optional]|
200
203
|**kratosSelfserviceMethodsWebauthnConfigPasswordless**|**Boolean**| Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting. |[optional]|
0 commit comments