|
144 | 144 | }
|
145 | 145 | }
|
146 | 146 | },
|
| 147 | + "zitadel_idp_oauth": { |
| 148 | + "current": "zitadel:index/idpOauth:IdpOauth", |
| 149 | + "fields": { |
| 150 | + "scopes": { |
| 151 | + "maxItemsOne": false |
| 152 | + } |
| 153 | + } |
| 154 | + }, |
| 155 | + "zitadel_idp_saml": { |
| 156 | + "current": "zitadel:index/idpSaml:IdpSaml" |
| 157 | + }, |
147 | 158 | "zitadel_instance_member": {
|
148 | 159 | "current": "zitadel:index/instanceMember:InstanceMember",
|
149 | 160 | "fields": {
|
|
254 | 265 | }
|
255 | 266 | }
|
256 | 267 | },
|
| 268 | + "zitadel_org_idp_oauth": { |
| 269 | + "current": "zitadel:index/orgIdpOauth:OrgIdpOauth", |
| 270 | + "fields": { |
| 271 | + "scopes": { |
| 272 | + "maxItemsOne": false |
| 273 | + } |
| 274 | + } |
| 275 | + }, |
257 | 276 | "zitadel_org_idp_oidc": {
|
258 | 277 | "current": "zitadel:index/orgIdpOidc:OrgIdpOidc",
|
259 | 278 | "fields": {
|
|
262 | 281 | }
|
263 | 282 | }
|
264 | 283 | },
|
| 284 | + "zitadel_org_idp_saml": { |
| 285 | + "current": "zitadel:index/orgIdpSaml:OrgIdpSaml" |
| 286 | + }, |
265 | 287 | "zitadel_org_member": {
|
266 | 288 | "current": "zitadel:index/orgMember:OrgMember",
|
267 | 289 | "fields": {
|
|
270 | 292 | }
|
271 | 293 | }
|
272 | 294 | },
|
| 295 | + "zitadel_org_metadata": { |
| 296 | + "current": "zitadel:index/orgMetadata:OrgMetadata" |
| 297 | + }, |
273 | 298 | "zitadel_password_complexity_policy": {
|
274 | 299 | "current": "zitadel:index/passwordComplexityPolicy:PasswordComplexityPolicy"
|
275 | 300 | },
|
|
330 | 355 | "maxItemsOne": false
|
331 | 356 | }
|
332 | 357 | }
|
| 358 | + }, |
| 359 | + "zitadel_user_metadata": { |
| 360 | + "current": "zitadel:index/userMetadata:UserMetadata" |
333 | 361 | }
|
334 | 362 | },
|
335 | 363 | "datasources": {
|
|
459 | 487 | }
|
460 | 488 | }
|
461 | 489 | },
|
| 490 | + "zitadel_idp_oauth": { |
| 491 | + "current": "zitadel:index/getIdpOauth:getIdpOauth", |
| 492 | + "fields": { |
| 493 | + "scopes": { |
| 494 | + "maxItemsOne": false |
| 495 | + } |
| 496 | + } |
| 497 | + }, |
| 498 | + "zitadel_idp_saml": { |
| 499 | + "current": "zitadel:index/getIdpSaml:getIdpSaml" |
| 500 | + }, |
462 | 501 | "zitadel_machine_user": {
|
463 | 502 | "current": "zitadel:index/getMachineUser:getMachineUser",
|
464 | 503 | "fields": {
|
|
540 | 579 | }
|
541 | 580 | }
|
542 | 581 | },
|
| 582 | + "zitadel_org_idp_oauth": { |
| 583 | + "current": "zitadel:index/getOrgIdpOauth:getOrgIdpOauth", |
| 584 | + "fields": { |
| 585 | + "scopes": { |
| 586 | + "maxItemsOne": false |
| 587 | + } |
| 588 | + } |
| 589 | + }, |
| 590 | + "zitadel_org_idp_saml": { |
| 591 | + "current": "zitadel:index/getOrgIdpSaml:getOrgIdpSaml" |
| 592 | + }, |
543 | 593 | "zitadel_org_jwt_idp": {
|
544 | 594 | "current": "zitadel:index/getOrgJwtIdp:getOrgJwtIdp"
|
545 | 595 | },
|
|
608 | 658 | "zitadel:index/idpGitlabSelfHosted:IdpGitlabSelfHosted": "zitadel_idp_gitlab_self_hosted",
|
609 | 659 | "zitadel:index/idpGoogle:IdpGoogle": "zitadel_idp_google",
|
610 | 660 | "zitadel:index/idpLdap:IdpLdap": "zitadel_idp_ldap",
|
| 661 | + "zitadel:index/idpOauth:IdpOauth": "zitadel_idp_oauth", |
| 662 | + "zitadel:index/idpSaml:IdpSaml": "zitadel_idp_saml", |
611 | 663 | "zitadel:index/instanceMember:InstanceMember": "zitadel_instance_member",
|
612 | 664 | "zitadel:index/labelPolicy:LabelPolicy": "zitadel_label_policy",
|
613 | 665 | "zitadel:index/lockoutPolicy:LockoutPolicy": "zitadel_lockout_policy",
|
|
624 | 676 | "zitadel:index/orgIdpGoogle:OrgIdpGoogle": "zitadel_org_idp_google",
|
625 | 677 | "zitadel:index/orgIdpJwt:OrgIdpJwt": "zitadel_org_idp_jwt",
|
626 | 678 | "zitadel:index/orgIdpLdap:OrgIdpLdap": "zitadel_org_idp_ldap",
|
| 679 | + "zitadel:index/orgIdpOauth:OrgIdpOauth": "zitadel_org_idp_oauth", |
627 | 680 | "zitadel:index/orgIdpOidc:OrgIdpOidc": "zitadel_org_idp_oidc",
|
| 681 | + "zitadel:index/orgIdpSaml:OrgIdpSaml": "zitadel_org_idp_saml", |
628 | 682 | "zitadel:index/orgMember:OrgMember": "zitadel_org_member",
|
| 683 | + "zitadel:index/orgMetadata:OrgMetadata": "zitadel_org_metadata", |
629 | 684 | "zitadel:index/passwordComplexityPolicy:PasswordComplexityPolicy": "zitadel_password_complexity_policy",
|
630 | 685 | "zitadel:index/personalAccessToken:PersonalAccessToken": "zitadel_personal_access_token",
|
631 | 686 | "zitadel:index/privacyPolicy:PrivacyPolicy": "zitadel_privacy_policy",
|
|
637 | 692 | "zitadel:index/smsProviderTwilio:SmsProviderTwilio": "zitadel_sms_provider_twilio",
|
638 | 693 | "zitadel:index/smtpConfig:SmtpConfig": "zitadel_smtp_config",
|
639 | 694 | "zitadel:index/triggerActions:TriggerActions": "zitadel_trigger_actions",
|
640 |
| - "zitadel:index/userGrant:UserGrant": "zitadel_user_grant" |
| 695 | + "zitadel:index/userGrant:UserGrant": "zitadel_user_grant", |
| 696 | + "zitadel:index/userMetadata:UserMetadata": "zitadel_user_metadata" |
641 | 697 | },
|
642 | 698 | "functions": {
|
643 | 699 | "zitadel:index/getAction:getAction": "zitadel_action",
|
|
656 | 712 | "zitadel:index/getIdpGitlabSelfHosted:getIdpGitlabSelfHosted": "zitadel_idp_gitlab_self_hosted",
|
657 | 713 | "zitadel:index/getIdpGoogle:getIdpGoogle": "zitadel_idp_google",
|
658 | 714 | "zitadel:index/getIdpLdap:getIdpLdap": "zitadel_idp_ldap",
|
| 715 | + "zitadel:index/getIdpOauth:getIdpOauth": "zitadel_idp_oauth", |
| 716 | + "zitadel:index/getIdpSaml:getIdpSaml": "zitadel_idp_saml", |
659 | 717 | "zitadel:index/getMachineUser:getMachineUser": "zitadel_machine_user",
|
660 | 718 | "zitadel:index/getMachineUsers:getMachineUsers": "zitadel_machine_users",
|
661 | 719 | "zitadel:index/getOrg:getOrg": "zitadel_org",
|
|
666 | 724 | "zitadel:index/getOrgIdpGitlabSelfHosted:getOrgIdpGitlabSelfHosted": "zitadel_org_idp_gitlab_self_hosted",
|
667 | 725 | "zitadel:index/getOrgIdpGoogle:getOrgIdpGoogle": "zitadel_org_idp_google",
|
668 | 726 | "zitadel:index/getOrgIdpLdap:getOrgIdpLdap": "zitadel_org_idp_ldap",
|
| 727 | + "zitadel:index/getOrgIdpOauth:getOrgIdpOauth": "zitadel_org_idp_oauth", |
| 728 | + "zitadel:index/getOrgIdpSaml:getOrgIdpSaml": "zitadel_org_idp_saml", |
669 | 729 | "zitadel:index/getOrgJwtIdp:getOrgJwtIdp": "zitadel_org_jwt_idp",
|
670 | 730 | "zitadel:index/getOrgOidcIdp:getOrgOidcIdp": "zitadel_org_oidc_idp",
|
671 | 731 | "zitadel:index/getOrgs:getOrgs": "zitadel_orgs",
|
|
748 | 808 | "primaryColor": "primary_color",
|
749 | 809 | "primaryColorDark": "primary_color_dark",
|
750 | 810 | "setActive": "set_active",
|
| 811 | + "themeMode": "theme_mode", |
751 | 812 | "warnColor": "warn_color",
|
752 | 813 | "warnColorDark": "warn_color_dark"
|
753 | 814 | },
|
|
962 | 1023 | "userFilters": "user_filters",
|
963 | 1024 | "userObjectClasses": "user_object_classes"
|
964 | 1025 | },
|
| 1026 | + "zitadel:index/getIdpOauth:getIdpOauth": { |
| 1027 | + "authorizationEndpoint": "authorization_endpoint", |
| 1028 | + "clientId": "client_id", |
| 1029 | + "clientSecret": "client_secret", |
| 1030 | + "idAttribute": "id_attribute", |
| 1031 | + "isAutoCreation": "is_auto_creation", |
| 1032 | + "isAutoUpdate": "is_auto_update", |
| 1033 | + "isCreationAllowed": "is_creation_allowed", |
| 1034 | + "isLinkingAllowed": "is_linking_allowed", |
| 1035 | + "tokenEndpoint": "token_endpoint", |
| 1036 | + "userEndpoint": "user_endpoint" |
| 1037 | + }, |
| 1038 | + "zitadel:index/getIdpSaml:getIdpSaml": { |
| 1039 | + "isAutoCreation": "is_auto_creation", |
| 1040 | + "isAutoUpdate": "is_auto_update", |
| 1041 | + "isCreationAllowed": "is_creation_allowed", |
| 1042 | + "isLinkingAllowed": "is_linking_allowed", |
| 1043 | + "metadataXml": "metadata_xml", |
| 1044 | + "withSignedRequest": "with_signed_request" |
| 1045 | + }, |
965 | 1046 | "zitadel:index/getMachineUser:getMachineUser": {
|
966 | 1047 | "accessTokenType": "access_token_type",
|
967 | 1048 | "loginNames": "login_names",
|
|
1067 | 1148 | "userFilters": "user_filters",
|
1068 | 1149 | "userObjectClasses": "user_object_classes"
|
1069 | 1150 | },
|
| 1151 | + "zitadel:index/getOrgIdpOauth:getOrgIdpOauth": { |
| 1152 | + "authorizationEndpoint": "authorization_endpoint", |
| 1153 | + "clientId": "client_id", |
| 1154 | + "clientSecret": "client_secret", |
| 1155 | + "idAttribute": "id_attribute", |
| 1156 | + "isAutoCreation": "is_auto_creation", |
| 1157 | + "isAutoUpdate": "is_auto_update", |
| 1158 | + "isCreationAllowed": "is_creation_allowed", |
| 1159 | + "isLinkingAllowed": "is_linking_allowed", |
| 1160 | + "orgId": "org_id", |
| 1161 | + "tokenEndpoint": "token_endpoint", |
| 1162 | + "userEndpoint": "user_endpoint" |
| 1163 | + }, |
| 1164 | + "zitadel:index/getOrgIdpSaml:getOrgIdpSaml": { |
| 1165 | + "isAutoCreation": "is_auto_creation", |
| 1166 | + "isAutoUpdate": "is_auto_update", |
| 1167 | + "isCreationAllowed": "is_creation_allowed", |
| 1168 | + "isLinkingAllowed": "is_linking_allowed", |
| 1169 | + "metadataXml": "metadata_xml", |
| 1170 | + "orgId": "org_id", |
| 1171 | + "withSignedRequest": "with_signed_request" |
| 1172 | + }, |
1070 | 1173 | "zitadel:index/getOrgJwtIdp:getOrgJwtIdp": {
|
1071 | 1174 | "autoRegister": "auto_register",
|
1072 | 1175 | "headerName": "header_name",
|
|
1210 | 1313 | "userFilters": "user_filters",
|
1211 | 1314 | "userObjectClasses": "user_object_classes"
|
1212 | 1315 | },
|
| 1316 | + "zitadel:index/idpOauth:IdpOauth": { |
| 1317 | + "authorizationEndpoint": "authorization_endpoint", |
| 1318 | + "clientId": "client_id", |
| 1319 | + "clientSecret": "client_secret", |
| 1320 | + "idAttribute": "id_attribute", |
| 1321 | + "isAutoCreation": "is_auto_creation", |
| 1322 | + "isAutoUpdate": "is_auto_update", |
| 1323 | + "isCreationAllowed": "is_creation_allowed", |
| 1324 | + "isLinkingAllowed": "is_linking_allowed", |
| 1325 | + "tokenEndpoint": "token_endpoint", |
| 1326 | + "userEndpoint": "user_endpoint" |
| 1327 | + }, |
| 1328 | + "zitadel:index/idpSaml:IdpSaml": { |
| 1329 | + "isAutoCreation": "is_auto_creation", |
| 1330 | + "isAutoUpdate": "is_auto_update", |
| 1331 | + "isCreationAllowed": "is_creation_allowed", |
| 1332 | + "isLinkingAllowed": "is_linking_allowed", |
| 1333 | + "metadataXml": "metadata_xml", |
| 1334 | + "withSignedRequest": "with_signed_request" |
| 1335 | + }, |
1213 | 1336 | "zitadel:index/instanceMember:InstanceMember": {
|
1214 | 1337 | "userId": "user_id"
|
1215 | 1338 | },
|
|
1239 | 1362 | "primaryColor": "primary_color",
|
1240 | 1363 | "primaryColorDark": "primary_color_dark",
|
1241 | 1364 | "setActive": "set_active",
|
| 1365 | + "themeMode": "theme_mode", |
1242 | 1366 | "warnColor": "warn_color",
|
1243 | 1367 | "warnColorDark": "warn_color_dark"
|
1244 | 1368 | },
|
|
1388 | 1512 | "userFilters": "user_filters",
|
1389 | 1513 | "userObjectClasses": "user_object_classes"
|
1390 | 1514 | },
|
| 1515 | + "zitadel:index/orgIdpOauth:OrgIdpOauth": { |
| 1516 | + "authorizationEndpoint": "authorization_endpoint", |
| 1517 | + "clientId": "client_id", |
| 1518 | + "clientSecret": "client_secret", |
| 1519 | + "idAttribute": "id_attribute", |
| 1520 | + "isAutoCreation": "is_auto_creation", |
| 1521 | + "isAutoUpdate": "is_auto_update", |
| 1522 | + "isCreationAllowed": "is_creation_allowed", |
| 1523 | + "isLinkingAllowed": "is_linking_allowed", |
| 1524 | + "orgId": "org_id", |
| 1525 | + "tokenEndpoint": "token_endpoint", |
| 1526 | + "userEndpoint": "user_endpoint" |
| 1527 | + }, |
1391 | 1528 | "zitadel:index/orgIdpOidc:OrgIdpOidc": {
|
1392 | 1529 | "clientId": "client_id",
|
1393 | 1530 | "clientSecret": "client_secret",
|
|
1398 | 1535 | "isLinkingAllowed": "is_linking_allowed",
|
1399 | 1536 | "orgId": "org_id"
|
1400 | 1537 | },
|
| 1538 | + "zitadel:index/orgIdpSaml:OrgIdpSaml": { |
| 1539 | + "isAutoCreation": "is_auto_creation", |
| 1540 | + "isAutoUpdate": "is_auto_update", |
| 1541 | + "isCreationAllowed": "is_creation_allowed", |
| 1542 | + "isLinkingAllowed": "is_linking_allowed", |
| 1543 | + "metadataXml": "metadata_xml", |
| 1544 | + "orgId": "org_id", |
| 1545 | + "withSignedRequest": "with_signed_request" |
| 1546 | + }, |
1401 | 1547 | "zitadel:index/orgMember:OrgMember": {
|
1402 | 1548 | "orgId": "org_id",
|
1403 | 1549 | "userId": "user_id"
|
1404 | 1550 | },
|
| 1551 | + "zitadel:index/orgMetadata:OrgMetadata": { |
| 1552 | + "orgId": "org_id" |
| 1553 | + }, |
1405 | 1554 | "zitadel:index/passwordComplexityPolicy:PasswordComplexityPolicy": {
|
1406 | 1555 | "hasLowercase": "has_lowercase",
|
1407 | 1556 | "hasNumber": "has_number",
|
|
1473 | 1622 | "roleKeys": "role_keys",
|
1474 | 1623 | "userId": "user_id"
|
1475 | 1624 | },
|
| 1625 | + "zitadel:index/userMetadata:UserMetadata": { |
| 1626 | + "orgId": "org_id", |
| 1627 | + "userId": "user_id" |
| 1628 | + }, |
1476 | 1629 | "zitadel:index:Provider": {
|
1477 | 1630 | "jwtProfileFile": "jwt_profile_file",
|
1478 | 1631 | "jwtProfileJson": "jwt_profile_json"
|
|
0 commit comments