|
2231 | 2231 | },
|
2232 | 2232 | "accountExperienceConfiguration": {
|
2233 | 2233 | "properties": {
|
2234 |
| - "account_experience_theme_stylesheet": { |
| 2234 | + "default_redirect_url": { |
2235 | 2235 | "type": "string"
|
2236 | 2236 | },
|
2237 |
| - "favicon_type": { |
| 2237 | + "error_ui_url": { |
2238 | 2238 | "type": "string"
|
2239 | 2239 | },
|
2240 |
| - "favicon_url": { |
| 2240 | + "favicon_dark_url": { |
2241 | 2241 | "type": "string"
|
2242 | 2242 | },
|
2243 |
| - "kratos_selfservice_default_browser_return_url": { |
| 2243 | + "favicon_light_url": { |
2244 | 2244 | "type": "string"
|
2245 | 2245 | },
|
2246 |
| - "kratos_selfservice_flows_recovery_enabled": { |
2247 |
| - "type": "boolean" |
| 2246 | + "login_ui_url": { |
| 2247 | + "type": "string" |
2248 | 2248 | },
|
2249 |
| - "kratos_selfservice_flows_registration_enabled": { |
| 2249 | + "logo_dark_url": { |
| 2250 | + "type": "string" |
| 2251 | + }, |
| 2252 | + "logo_light_url": { |
| 2253 | + "type": "string" |
| 2254 | + }, |
| 2255 | + "name": { |
| 2256 | + "type": "string" |
| 2257 | + }, |
| 2258 | + "recovery_enabled": { |
2250 | 2259 | "type": "boolean"
|
2251 | 2260 | },
|
2252 |
| - "kratos_selfservice_flows_verification_enabled": { |
| 2261 | + "recovery_ui_url": { |
| 2262 | + "type": "string" |
| 2263 | + }, |
| 2264 | + "registration_enabled": { |
2253 | 2265 | "type": "boolean"
|
2254 | 2266 | },
|
2255 |
| - "logo_url": { |
| 2267 | + "registration_ui_url": { |
2256 | 2268 | "type": "string"
|
2257 | 2269 | },
|
2258 |
| - "name": { |
| 2270 | + "settings_ui_url": { |
2259 | 2271 | "type": "string"
|
2260 | 2272 | },
|
2261 |
| - "organization_map": { |
2262 |
| - "additionalProperties": { |
2263 |
| - "type": "string" |
2264 |
| - }, |
2265 |
| - "type": "object" |
| 2273 | + "stylesheet": { |
| 2274 | + "type": "string" |
| 2275 | + }, |
| 2276 | + "verification_enabled": { |
| 2277 | + "type": "boolean" |
| 2278 | + }, |
| 2279 | + "verification_ui_url": { |
| 2280 | + "type": "string" |
2266 | 2281 | }
|
2267 | 2282 | },
|
| 2283 | + "required": [ |
| 2284 | + "name", |
| 2285 | + "registration_enabled", |
| 2286 | + "verification_enabled", |
| 2287 | + "recovery_enabled", |
| 2288 | + "recovery_ui_url", |
| 2289 | + "registration_ui_url", |
| 2290 | + "verification_ui_url", |
| 2291 | + "login_ui_url", |
| 2292 | + "settings_ui_url", |
| 2293 | + "error_ui_url", |
| 2294 | + "default_redirect_url" |
| 2295 | + ], |
2268 | 2296 | "type": "object"
|
2269 | 2297 | },
|
2270 | 2298 | "accountExperienceThemeVariables": {
|
|
2946 | 2974 | "metadata_public": {
|
2947 | 2975 | "description": "Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."
|
2948 | 2976 | },
|
| 2977 | + "organization_id": { |
| 2978 | + "$ref": "#/components/schemas/NullUUID" |
| 2979 | + }, |
2949 | 2980 | "recovery_addresses": {
|
2950 | 2981 | "description": "RecoveryAddresses contains all the addresses that can be used to recover an identity.\n\nUse this structure to import recovery addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.",
|
2951 | 2982 | "items": {
|
|
6155 | 6186 | "readOnly": true,
|
6156 | 6187 | "type": "string"
|
6157 | 6188 | },
|
| 6189 | + "fedcm_config_url": { |
| 6190 | + "$ref": "#/components/schemas/String" |
| 6191 | + }, |
6158 | 6192 | "id": {
|
6159 | 6193 | "format": "uuid",
|
6160 | 6194 | "type": "string"
|
|
6172 | 6206 | "description": "Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.",
|
6173 | 6207 | "type": "string"
|
6174 | 6208 | },
|
| 6209 | + "net_id_token_origin_header": { |
| 6210 | + "$ref": "#/components/schemas/String" |
| 6211 | + }, |
6175 | 6212 | "organization_id": {
|
6176 | 6213 | "$ref": "#/components/schemas/NullUUID"
|
6177 | 6214 | },
|
|
0 commit comments