|
39 | 39 | url: https://www.apache.org/licenses/LICENSE-2.0.html |
40 | 40 | termsOfService: /tos |
41 | 41 | title: Ory APIs |
42 | | - version: v1.22.32 |
| 42 | + version: v1.22.33 |
43 | 43 | servers: |
44 | 44 | - url: "https://{project_slug}.projects.oryapis.com/" |
45 | 45 | variables: |
@@ -11204,10 +11204,6 @@ components: |
11204 | 11204 | - invitee_email |
11205 | 11205 | - role |
11206 | 11206 | type: object |
11207 | | - CustomHostnameStatus: |
11208 | | - title: CustomHostnameStatus is the enumeration of valid state values in the |
11209 | | - CustomHostnameSSL. |
11210 | | - type: string |
11211 | 11207 | DefaultError: {} |
11212 | 11208 | DeviceUserAuthRequest: |
11213 | 11209 | properties: |
@@ -13091,8 +13087,6 @@ components: |
13091 | 13087 | type: string |
13092 | 13088 | type: array |
13093 | 13089 | verification_status: |
13094 | | - title: CustomHostnameStatus is the enumeration of valid state values in |
13095 | | - the CustomHostnameSSL. |
13096 | 13090 | type: string |
13097 | 13091 | type: object |
13098 | 13092 | deleteMySessionsCount: |
@@ -17623,6 +17617,21 @@ components: |
17623 | 17617 | `provider` is set to `generic`. |
17624 | 17618 | example: https://www.googleapis.com/oauth2/v4/token |
17625 | 17619 | type: string |
| 17620 | + update_identity_on_login: |
| 17621 | + description: |- |
| 17622 | + UpdateIdentityOnLogin controls whether the identity is updated from OIDC |
| 17623 | + claims on each login. |
| 17624 | + |
| 17625 | + Possible values are "never" (default) and "automatic". |
| 17626 | + never UpdateIdentityOnLoginNever UpdateIdentityOnLoginNever disables identity updates on login (default). |
| 17627 | + automatic UpdateIdentityOnLoginAutomatic UpdateIdentityOnLoginAutomatic re-runs the Jsonnet claims mapper on every OIDC login and updates the identity's traits and metadata automatically. |
| 17628 | + enum: |
| 17629 | + - never |
| 17630 | + - automatic |
| 17631 | + type: string |
| 17632 | + x-go-enum-desc: |- |
| 17633 | + never UpdateIdentityOnLoginNever UpdateIdentityOnLoginNever disables identity updates on login (default). |
| 17634 | + automatic UpdateIdentityOnLoginAutomatic UpdateIdentityOnLoginAutomatic re-runs the Jsonnet claims mapper on every OIDC login and updates the identity's traits and metadata automatically. |
17626 | 17635 | updated_at: |
17627 | 17636 | description: Last Time Project's Revision was Updated |
17628 | 17637 | format: date-time |
@@ -24847,16 +24856,14 @@ components: |
24847 | 24856 | type: string |
24848 | 24857 | email: |
24849 | 24858 | description: |- |
24850 | | - The email address to verify |
| 24859 | + The email address or phone number to verify |
24851 | 24860 |
|
24852 | | - If the email belongs to a valid account, a verifiation email will be sent. |
| 24861 | + If the provided address belongs to a valid account, a verification email or SMS will be sent. |
24853 | 24862 |
|
24854 | 24863 | If you want to notify the email address if the account does not exist, see |
24855 | 24864 | the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications) |
24856 | 24865 |
|
24857 | 24866 | If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. |
24858 | | - |
24859 | | - format: email |
24860 | 24867 | type: string |
24861 | 24868 | method: |
24862 | 24869 | description: |- |
|
0 commit comments