Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the MsGraph SDK version to 1.24.0 Closes #151 #152

Closed
wants to merge 28 commits into from

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Nov 7, 2023

Example query results

Results

> select * from azuread_service_principal where display_name = 'My Apps'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "account_enabled": true,
  "add_ins": [],
  "alternative_names": [],
  "app_description": null,
  "app_display_name": "My Apps",
  "app_id": "2793995e-0a7d-40d7-bd35-6968ba142197",
  "app_owner_organization_id": "f8cdef31-a31e-4b4a-93e4-5f571e91255a",
  "app_role_assignment_required": false,
  "app_roles": [],
  "description": null,
  "display_name": "My Apps",
  "id": "f9633d82-c0e2-42fa-ae72-b5205d021b9e",
  "info": {},
  "key_credentials": [],
  "login_url": null,
  "logout_url": "https://myapplications.microsoft.com/logout",
  "notification_email_addresses": [],
  "oauth2_permission_scopes": [
   {},
   {}
  ],
  "owner_ids": [],
  "password_credentials": [],
  "reply_urls": [
   "https://myapps.microsoft.com",
   "https://myapplications.microsoft.com",
   "https://myapplications.azure.us",
   "x-msauth-MyApplications://com.microsoft.MyApplications",
   "msauth://com.myapps/e%2fwWXNjQurk5S5P0EkZaIvjcMps%3d",
   "https://myapplications.microsoft.com/api/signin-oidc",
   "https://launcher.myapps.microsoft.com",
   "https://launcher.myapps.microsoft.com/api/signin-oidc"
  ],
  "service_principal_names": [
   "2793995e-0a7d-40d7-bd35-6968ba142197"
  ],
  "service_principal_type": "Application",
  "sign_in_audience": "AzureADandPersonalMicrosoftAccount",
  "tags": {},
  "tags_src": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "My Apps"
 }
]

Time: 69ms. Rows fetched: 612 (cached). Hydrate calls: 0.


> select * from azuread_service_principal where app_id = '2793995e-0a7d-40d7-bd35-6968ba142197'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "account_enabled": true,
  "add_ins": [],
  "alternative_names": [],
  "app_description": null,
  "app_display_name": "My Apps",
  "app_id": "2793995e-0a7d-40d7-bd35-6968ba142197",
  "app_owner_organization_id": "f8cdef31-a31e-4b4a-93e4-5f571e91255a",
  "app_role_assignment_required": false,
  "app_roles": [],
  "description": null,
  "display_name": "My Apps",
  "id": "f9633d82-c0e2-42fa-ae72-b5205d021b9e",
  "info": {},
  "key_credentials": [],
  "login_url": null,
  "logout_url": "https://myapplications.microsoft.com/logout",
  "notification_email_addresses": [],
  "oauth2_permission_scopes": [
   {},
   {}
  ],
  "owner_ids": [],
  "password_credentials": [],
  "reply_urls": [
   "https://myapps.microsoft.com",
   "https://myapplications.microsoft.com",
   "https://myapplications.azure.us",
   "x-msauth-MyApplications://com.microsoft.MyApplications",
   "msauth://com.myapps/e%2fwWXNjQurk5S5P0EkZaIvjcMps%3d",
   "https://myapplications.microsoft.com/api/signin-oidc",
   "https://launcher.myapps.microsoft.com",
   "https://launcher.myapps.microsoft.com/api/signin-oidc"
  ],
  "service_principal_names": [
   "2793995e-0a7d-40d7-bd35-6968ba142197"
  ],
  "service_principal_type": "Application",
  "sign_in_audience": "AzureADandPersonalMicrosoftAccount",
  "tags": {},
  "tags_src": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "My Apps"
 }
]

Time: 99ms. Rows fetched: 612 (cached). Hydrate calls: 0.


> select * from azuread_service_principal where id = 'f9633d82-c0e2-42fa-ae72-b5205d021b9e'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "account_enabled": true,
  "add_ins": [],
  "alternative_names": [],
  "app_description": null,
  "app_display_name": "My Apps",
  "app_id": "2793995e-0a7d-40d7-bd35-6968ba142197",
  "app_owner_organization_id": "f8cdef31-a31e-4b4a-93e4-5f571e91255a",
  "app_role_assignment_required": false,
  "app_roles": [],
  "description": null,
  "display_name": "My Apps",
  "id": "f9633d82-c0e2-42fa-ae72-b5205d021b9e",
  "info": {},
  "key_credentials": [],
  "login_url": null,
  "logout_url": "https://myapplications.microsoft.com/logout",
  "notification_email_addresses": [],
  "oauth2_permission_scopes": [
   {},
   {}
  ],
  "owner_ids": [],
  "password_credentials": [],
  "reply_urls": [
   "https://myapps.microsoft.com",
   "https://myapplications.microsoft.com",
   "https://myapplications.azure.us",
   "x-msauth-MyApplications://com.microsoft.MyApplications",
   "msauth://com.myapps/e%2fwWXNjQurk5S5P0EkZaIvjcMps%3d",
   "https://myapplications.microsoft.com/api/signin-oidc",
   "https://launcher.myapps.microsoft.com",
   "https://launcher.myapps.microsoft.com/api/signin-oidc"
  ],
  "service_principal_names": [
   "2793995e-0a7d-40d7-bd35-6968ba142197"
  ],
  "service_principal_type": "Application",
  "sign_in_audience": "AzureADandPersonalMicrosoftAccount",
  "tags": {},
  "tags_src": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "My Apps"
 }
]

Time: 71ms. Rows fetched: 612 (cached). Hydrate calls: 0.


> select * from azuread_service_principal where id = 'f9633d82-c0e2-42fa-ae72-b5205d021b9e'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "account_enabled": true,
  "add_ins": [],
  "alternative_names": [],
  "app_description": null,
  "app_display_name": "My Apps",
  "app_id": "2793995e-0a7d-40d7-bd35-6968ba142197",
  "app_owner_organization_id": "f8cdef31-a31e-4b4a-93e4-5f571e91255a",
  "app_role_assignment_required": false,
  "app_roles": [],
  "description": null,
  "display_name": "My Apps",
  "id": "f9633d82-c0e2-42fa-ae72-b5205d021b9e",
  "info": {},
  "key_credentials": [],
  "login_url": null,
  "logout_url": "https://myapplications.microsoft.com/logout",
  "notification_email_addresses": [],
  "oauth2_permission_scopes": [
   {},
   {}
  ],
  "owner_ids": [],
  "password_credentials": [],
  "reply_urls": [
   "https://myapps.microsoft.com",
   "https://myapplications.microsoft.com",
   "https://myapplications.azure.us",
   "x-msauth-MyApplications://com.microsoft.MyApplications",
   "msauth://com.myapps/e%2fwWXNjQurk5S5P0EkZaIvjcMps%3d",
   "https://myapplications.microsoft.com/api/signin-oidc",
   "https://launcher.myapps.microsoft.com",
   "https://launcher.myapps.microsoft.com/api/signin-oidc"
  ],
  "service_principal_names": [
   "2793995e-0a7d-40d7-bd35-6968ba142197"
  ],
  "service_principal_type": "Application",
  "sign_in_audience": "AzureADandPersonalMicrosoftAccount",
  "tags": {},
  "tags_src": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "My Apps"
 }
]

Time: 8.5s. Rows fetched: 1. Hydrate calls: 2.


> select * from azuread_group limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "assigned_labels": null,
  "classification": null,
  "created_date_time": "2022-10-19T19:24:26+05:30",
  "description": "This is a test group to reproduce an error.",
  "display_name": "Test Steampipe 001",
  "expiration_date_time": null,
  "filter": null,
  "group_types": [
   "DynamicMembership"
  ],
  "id": "0db0dc6f-60e2-41a7-8b34-a5b91b9f0449",
  "is_assignable_to_role": null,
  "is_subscribed_by_mail": null,
  "mail": null,
  "mail_enabled": false,
  "mail_nickname": "b421e924-7",
  "member_ids": [
   "afce68b4-bebe-49eb-bfc2-11a57736ea19"
  ],
  "membership_rule": "(user.userPrincipalName -eq \"[email protected]\")",
  "membership_rule_processing_state": "On",
  "on_premises_domain_name": null,
  "on_premises_last_sync_date_time": null,
  "on_premises_net_bios_name": null,
  "on_premises_sam_account_name": null,
  "on_premises_security_identifier": null,
  "on_premises_sync_enabled": null,
  "owner_ids": [],
  "proxy_addresses": [],
  "renewed_date_time": "2022-10-19T19:24:26+05:30",
  "resource_behavior_options": [],
  "resource_provisioning_options": [],
  "security_enabled": true,
  "security_identifier": "S-1-12-1-229694575-1101488354-3114611851-1225039643",
  "tags": null,
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "Test Steampipe 001",
  "visibility": null
 }
]

Time: 8.6s. Rows fetched: 1. Hydrate calls: 4.


> select * from azuread_group where id = '0db0dc6f-60e2-41a7-8b34-a5b91b9f0449'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "assigned_labels": null,
  "classification": null,
  "created_date_time": "2022-10-19T19:24:26+05:30",
  "description": "This is a test group to reproduce an error.",
  "display_name": "Test Steampipe 001",
  "expiration_date_time": null,
  "filter": null,
  "group_types": [
   "DynamicMembership"
  ],
  "id": "0db0dc6f-60e2-41a7-8b34-a5b91b9f0449",
  "is_assignable_to_role": null,
  "is_subscribed_by_mail": null,
  "mail": null,
  "mail_enabled": false,
  "mail_nickname": "b421e924-7",
  "member_ids": [
   "afce68b4-bebe-49eb-bfc2-11a57736ea19"
  ],
  "membership_rule": "(user.userPrincipalName -eq \"[email protected]\")",
  "membership_rule_processing_state": "On",
  "on_premises_domain_name": null,
  "on_premises_last_sync_date_time": null,
  "on_premises_net_bios_name": null,
  "on_premises_sam_account_name": null,
  "on_premises_security_identifier": null,
  "on_premises_sync_enabled": null,
  "owner_ids": [],
  "proxy_addresses": [],
  "renewed_date_time": "2022-10-19T19:24:26+05:30",
  "resource_behavior_options": [],
  "resource_provisioning_options": [],
  "security_enabled": true,
  "security_identifier": "S-1-12-1-229694575-1101488354-3114611851-1225039643",
  "tags": null,
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "Test Steampipe 001",
  "visibility": null
 }
]

Time: 6.6s. Rows fetched: 1. Hydrate calls: 4.


> select * from azuread_domain limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "authentication_type": "Managed",
  "id": "test.test",
  "is_admin_managed": true,
  "is_default": false,
  "is_initial": false,
  "is_root": false,
  "is_verified": false,
  "supported_services": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "test.test"
 }
]

Time: 1.6s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_domain where id = 'test.test'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "authentication_type": "Managed",
  "id": "test.test",
  "is_admin_managed": true,
  "is_default": false,
  "is_initial": false,
  "is_root": false,
  "is_verified": false,
  "supported_services": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "test.test"
 }
]

Time: 2.9s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_directory_setting limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "display_name": "Consent Policy Settings",
  "id": "054226ab-2443-4fe4-9f5a-c41c0aaf4a17",
  "name": "EnableGroupSpecificConsent",
  "template_id": "dffd5d46-495d-40a9-8e21-954ff55e198a",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "EnableGroupSpecificConsent",
  "value": ""
 }
]

Time: 1.8s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_directory_setting where id = '054226ab-2443-4fe4-9f5a-c41c0aaf4a17' and name = 'EnableGroupSpecificConsent'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "display_name": "Consent Policy Settings",
  "id": "054226ab-2443-4fe4-9f5a-c41c0aaf4a17",
  "name": "EnableGroupSpecificConsent",
  "template_id": "dffd5d46-495d-40a9-8e21-954ff55e198a",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "EnableGroupSpecificConsent",
  "value": ""
 }
]

Time: 1.5s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_directory_role limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "description": "Can manage all aspects of Microsoft Entra ID and Microsoft services that use Microsoft Entra identities.",
  "display_name": "Global Administrator",
  "id": "014ec505-7c73-4cdd-a3f6-fcc89b29805d",
  "member_ids": [
   "347af422-7541-42a4-878b-6441316983af",
   "944a8e14-7a6f-48c6-8805-6e93612f6c2b",
   "ac0e585d-451c-4ef6-a60e-67f5ce516726",
   "d15d3f42-6448-4b56-b63a-a7412e1f532f"
  ],
  "role_template_id": "62e90394-69f5-4237-9190-012177145e10",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "Global Administrator"
 }
]

Time: 5.0s. Rows fetched: 1. Hydrate calls: 2.


> select * from azuread_directory_role where id = '014ec505-7c73-4cdd-a3f6-fcc89b29805d'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "description": "Can manage all aspects of Microsoft Entra ID and Microsoft services that use Microsoft Entra identities.",
  "display_name": "Global Administrator",
  "id": "014ec505-7c73-4cdd-a3f6-fcc89b29805d",
  "member_ids": [
   "347af422-7541-42a4-878b-6441316983af",
   "944a8e14-7a6f-48c6-8805-6e93612f6c2b",
   "ac0e585d-451c-4ef6-a60e-67f5ce516726",
   "d15d3f42-6448-4b56-b63a-a7412e1f532f"
  ],
  "role_template_id": "62e90394-69f5-4237-9190-012177145e10",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "Global Administrator"
 }
]

Time: 4.7s. Rows fetched: 1. Hydrate calls: 2.


> select * from azuread_directory_audit_report limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "activity_date_time": "2023-11-07T22:12:36+05:30",
  "activity_display_name": "Get Identity Providers",
  "additional_details": [
   {},
   {},
   {}
  ],
  "category": "ResourceManagement",
  "correlation_id": "1ef55ca7-42c0-4acc-9930-129329348a43",
  "filter": null,
  "id": "B2C_1ef55ca7-42c0-4acc-9930-129329348a43_QHSOV_3224744",
  "initiated_by": {},
  "logged_by_service": "B2C",
  "operation_type": "",
  "result": "success",
  "result_reason": null,
  "target_resources": [
   {}
  ],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "B2C_1ef55ca7-42c0-4acc-9930-129329348a43_QHSOV_3224744"
 }
]

Time: 2.4s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_directory_audit_report where id = 'B2C_1ef55ca7-42c0-4acc-9930-129329348a43_QHSOV_3224744'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "activity_date_time": "2023-11-07T22:12:36+05:30",
  "activity_display_name": "Get Identity Providers",
  "additional_details": [
   {},
   {},
   {}
  ],
  "category": "ResourceManagement",
  "correlation_id": "1ef55ca7-42c0-4acc-9930-129329348a43",
  "filter": null,
  "id": "B2C_1ef55ca7-42c0-4acc-9930-129329348a43_QHSOV_3224744",
  "initiated_by": {},
  "logged_by_service": "B2C",
  "operation_type": "",
  "result": "success",
  "result_reason": null,
  "target_resources": [
   {}
  ],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "B2C_1ef55ca7-42c0-4acc-9930-129329348a43_QHSOV_3224744"
 }
]

Time: 2.1s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_device limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "account_enabled": true,
  "approximate_last_sign_in_date_time": "2023-11-01T16:56:21+05:30",
  "device_id": "ab157b2e-0b6d-4115-8434-413e642fd037",
  "display_name": "DESKTOP-J8VNIG3",
  "extension_attributes": null,
  "filter": null,
  "id": "1bb41f55-5187-4c50-b041-078c8beeeffe",
  "is_compliant": null,
  "is_managed": null,
  "mdm_app_id": null,
  "member_of": [],
  "operating_system": "Windows",
  "operating_system_version": "10.0.19042.985",
  "profile_type": "RegisteredDevice",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "DESKTOP-J8VNIG3",
  "trust_type": "Workplace"
 }
]

Time: 1.9s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_device where id = '1bb41f55-5187-4c50-b041-078c8beeeffe'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "account_enabled": true,
  "approximate_last_sign_in_date_time": "2023-11-01T16:56:21+05:30",
  "device_id": "ab157b2e-0b6d-4115-8434-413e642fd037",
  "display_name": "DESKTOP-J8VNIG3",
  "extension_attributes": null,
  "filter": null,
  "id": "1bb41f55-5187-4c50-b041-078c8beeeffe",
  "is_compliant": null,
  "is_managed": null,
  "mdm_app_id": null,
  "member_of": [],
  "operating_system": "Windows",
  "operating_system_version": "10.0.19042.985",
  "profile_type": "RegisteredDevice",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "DESKTOP-J8VNIG3",
  "trust_type": "Workplace"
 }
]

Time: 1.8s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_conditional_access_policy limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "application_enforced_restrictions": null,
  "applications": {},
  "built_in_controls": [
   2,
   3
  ],
  "client_app_types": [
   2
  ],
  "cloud_app_security": null,
  "created_date_time": null,
  "custom_authentication_factors": [],
  "display_name": "[SharePoint admin center]Block access from apps on unmanaged devices - 2023/10/31",
  "id": "0b10b5cb-8594-4b8c-9329-f32205d33f51",
  "locations": null,
  "modified_date_time": null,
  "operator": "OR",
  "persistent_browser": null,
  "platforms": null,
  "sign_in_frequency": null,
  "sign_in_risk_levels": [],
  "state": "disabled",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "terms_of_use": [],
  "title": "[SharePoint admin center]Block access from apps on unmanaged devices - 2023/10/31",
  "user_risk_levels": [],
  "users": {}
 }
]

Time: 3.0s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_conditional_access_policy where id = '0b10b5cb-8594-4b8c-9329-f32205d33f51'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "application_enforced_restrictions": null,
  "applications": {},
  "built_in_controls": [
   2,
   3
  ],
  "client_app_types": [
   2
  ],
  "cloud_app_security": null,
  "created_date_time": null,
  "custom_authentication_factors": [],
  "display_name": "[SharePoint admin center]Block access from apps on unmanaged devices - 2023/10/31",
  "id": "0b10b5cb-8594-4b8c-9329-f32205d33f51",
  "locations": null,
  "modified_date_time": null,
  "operator": "OR",
  "persistent_browser": null,
  "platforms": null,
  "sign_in_frequency": null,
  "sign_in_risk_levels": [],
  "state": "disabled",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "terms_of_use": [],
  "title": "[SharePoint admin center]Block access from apps on unmanaged devices - 2023/10/31",
  "user_risk_levels": [],
  "users": {}
 }
]

Time: 2.5s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_authorization_policy limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "allow_invites_from": "everyone",
  "allowed_email_verified_users_to_join_organization": true,
  "allowed_to_sign_up_email_based_subscriptions": true,
  "allowed_to_use_sspr": true,
  "block_msol_powershell": false,
  "default_user_role_permissions": {},
  "description": "Used to manage authorization related settings across the company.",
  "display_name": "Authorization Policy",
  "guest_user_role_id": "10dae51f-b6af-4016-8d66-8c2a99b929b3",
  "id": "authorizationPolicy",
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "Authorization Policy"
 }
]

Time: 2.8s. Rows fetched: 1. Hydrate calls: 1.


> select * from azuread_application limit 1
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "api": {},
  "app_id": "5cf3b548-fc09-40d5-a521-8b87d1550469",
  "created_date_time": "2023-10-16T17:51:06+05:30",
  "description": null,
  "display_name": "pipes-enterprise-saml-access",
  "id": "52b55aa9-0489-4e63-8710-6cbade22064f",
  "identifier_uris": [
   "https://sts.windows.net/kfjtid04-ad61-4b0c-sluy-9876a277he75/"
  ],
  "info": {},
  "is_authorization_service_enabled": false,
  "key_credentials": [],
  "oauth2_require_post_response": false,
  "owner_ids": [],
  "parental_control_settings": {},
  "password_credentials": [],
  "publisher_domain": "futroboffice.onmicrosoft.com",
  "sign_in_audience": "AzureADMyOrg",
  "spa": {},
  "tags": {},
  "tags_src": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "pipes-enterprise-saml-access",
  "web": {}
 }
]

Time: 4.6s. Rows fetched: 1. Hydrate calls: 2.


> select * from azuread_application where id = '52b55aa9-0489-4e63-8710-6cbade22064f'
[
 {
  "_ctx": {
   "connection_name": "azuread"
  },
  "api": {},
  "app_id": "5cf3b548-fc09-40d5-a521-8b87d1550469",
  "created_date_time": "2023-10-16T17:51:06+05:30",
  "description": null,
  "display_name": "pipes-enterprise-saml-access",
  "id": "52b55aa9-0489-4e63-8710-6cbade22064f",
  "identifier_uris": [
   "https://sts.windows.net/kfjtid04-ad61-4b0c-sluy-9876a277he75/"
  ],
  "info": {},
  "is_authorization_service_enabled": false,
  "key_credentials": [],
  "oauth2_require_post_response": false,
  "owner_ids": [],
  "parental_control_settings": {},
  "password_credentials": [],
  "publisher_domain": "futroboffice.onmicrosoft.com",
  "sign_in_audience": "AzureADMyOrg",
  "spa": {},
  "tags": {},
  "tags_src": [],
  "tenant_id": "kfjtid04-ad61-4b0c-sluy-9876a277he75",
  "title": "pipes-enterprise-saml-access",
  "web": {}
 }
]

Time: 3.8s. Rows fetched: 1. Hydrate calls: 2.

@ParthaI ParthaI requested a review from misraved November 7, 2023 18:58
@ParthaI ParthaI self-assigned this Nov 7, 2023
@ParthaI ParthaI marked this pull request as draft November 7, 2023 19:10
@ParthaI ParthaI marked this pull request as ready for review November 8, 2023 06:36
@ghost
Copy link

ghost commented Nov 24, 2023

Hi,

I tested this branch to confirm fix for #150 . But another issue comes up now.

Steps to reproduce/test:

  • clone branch
  • make
  • run steamquery pipe
  • run query: "select display_name, user_principal_name, user_type from azuread_user;"
    ERROR received: Error: {"Code":"","Message":"received a claim for CAE but azure identity doesn't support claims: {\"access_token\":{\"nbf\":{\"essential\":true,\"value\":\"1700823904\"},\"xms_rp_ipaddr\":{\"value\":\"REDACTED\"}}} https://github.com/Azure/azure-sdk-for-go/issues/14284"} (SQLSTATE HV000)

Credentials used to authenticate with Azure: user credentials using az-cli -> az login

Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Feb 19, 2024
Copy link

This PR was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade the MsGraph SDK version to 1.24.0 azuread_sign_in_report fails with Error: null (SQLSTATE HV000)
1 participant