<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Microsoft Graph - Category - GoToGuy Blog</title><link>https://gotoguy.blog/categories/microsoft-graph/</link><description>Microsoft Graph - Category - GoToGuy Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 23 May 2024 07:48:18 +0000</lastBuildDate><atom:link href="https://gotoguy.blog/categories/microsoft-graph/" rel="self" type="application/rss+xml"/><item><title>Add Graph Application Permissions to Managed Identity using Bicep Graph Extension</title><link>https://gotoguy.blog/2024/05/23/add-graph-application-permissions-to-managed-identity-using-bicep-graph-extension/</link><pubDate>Thu, 23 May 2024 07:48:18 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2024/05/23/add-graph-application-permissions-to-managed-identity-using-bicep-graph-extension/</guid><description>A while back I published a blog post on how you can add Microsoft Graph application role permissions to a Managed Identity, something that is useful if you have deployed Azure services that use managed identities, and need permission to access Graph API. https://gotoguy.blog/ 2022 /03/15/add-graph-application-permissions-to-managed-identity-using-graph-explorer/ The above blog post is currently the only &amp;ldquo;graphical&amp;rdquo; or UI based way that you can assign those permissions today, most people use Microsoft Graph SDK PowerShell for this.</description></item><item><title>Build your own Security Copilot using Azure Open AI and your data!</title><link>https://gotoguy.blog/2023/12/13/build-your-own-security-copilot-using-azure-open-ai-and-your-data/</link><pubDate>Wed, 13 Dec 2023 10:00:00 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2023/12/13/build-your-own-security-copilot-using-azure-open-ai-and-your-data/</guid><description>In this contribution I will show you how you can build your own Security Copilot, by using Azure Open AI, AI Search Service and your own security data sources, in a creative way that let users ask about their own security status in a natural language!
This is part of my contribution to the Festive Tech Calendar 2023, and I&amp;rsquo;m proud to share my learnings again for this year, hope you will find it useful 🎅🏻🎄</description></item><item><title>Connect to Microsoft Graph in Azure DevOps Pipelines using Workload Identity Federation</title><link>https://gotoguy.blog/2023/09/15/connect-to-microsoft-graph-in-azure-devops-pipelines-using-workload-identity-federation/</link><pubDate>Fri, 15 Sep 2023 12:31:36 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2023/09/15/connect-to-microsoft-graph-in-azure-devops-pipelines-using-workload-identity-federation/</guid><description>Microsoft recently announced that Workload Identity Federation for Azure Pipelines now is in Public Preview: https://devblogs.microsoft.com/devops/public-preview-of-workload-identity-federation-for-azure-pipelines/ .
This opens for a lot of scenarios for Azure service connections, without the need to manage secrets for service principals and more security as there are no secrets that can be exposed or exfiltrated.
As I work a lot with Microsoft Graph and automation, I wanted to see if and how I could use Workload Identity Federation to connect to and send queries to Microsoft Graph using Azure Pipelines.</description></item><item><title>Connect Power Platform to Azure AD Protected APIs using built-in HTTP connectors</title><link>https://gotoguy.blog/2022/12/12/connect-power-platform-to-azure-ad-protected-apis-using-built-in-http-connectors/</link><pubDate>Mon, 12 Dec 2022 12:02:35 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2022/12/12/connect-power-platform-to-azure-ad-protected-apis-using-built-in-http-connectors/</guid><description>There are several ways you can access the Azure AD Protected APIs in Power Platform Flows and Apps. Without creating Custom Connectors, which basically can connect to any REST based API that is available, it is useful to know what built-in HTTP connectors are available and can be used for delegated authentication to Azure AD Protected APIs like Microsoft Graph or other APIs.
This and more will be answered and demoed in this blog post.</description></item><item><title>Speaking at Oslo Power Platform &amp;amp; Beyond!</title><link>https://gotoguy.blog/2022/05/18/speaking-at-oslo-power-platform-beyond/</link><pubDate>Wed, 18 May 2022 12:43:16 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2022/05/18/speaking-at-oslo-power-platform-beyond/</guid><description><![CDATA[I&rsquo;m excited and very much looking forward to speak at the upcoming Oslo Power Platform &amp; Beyond Community Event, which will happen in-person at May 21st 2022 at Microsoft Norway offices i Oslo.
Oslo Power Platform &amp; Beyond is a Community Event hosted by the Dynamics User Group Norway , and will on this upcoming Saturday feature 21 sessions delivered by 23 international speakers and rockstars, MVP&rsquo;s and community leaders!]]></description></item><item><title>Add Graph Application Permissions to Managed Identity using Graph Explorer</title><link>https://gotoguy.blog/2022/03/15/add-graph-application-permissions-to-managed-identity-using-graph-explorer/</link><pubDate>Tue, 15 Mar 2022 11:37:52 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2022/03/15/add-graph-application-permissions-to-managed-identity-using-graph-explorer/</guid><description>I use Managed Identites in Azure for a lot of different automation scenarios, for example if I want run a Logic App or an Azure Function that should securely call an API like Microsoft Graph..
In such a scenario, the Managed Identity, represented by its Service Principal, needs to be granted application permissions to the API. Let&amp;rsquo;s say for example that you want to list Intune Managed Devices in your Organization using the Microsoft Graph API, using a Function App or Logic App for example and connect to the Graph API using a Managed Identity.</description></item><item><title>Speaking at Scottish Summit 2021!</title><link>https://gotoguy.blog/2021/02/22/speaking-at-scottish-summit-2021/</link><pubDate>Mon, 22 Feb 2021 22:41:56 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2021/02/22/speaking-at-scottish-summit-2021/</guid><description>I&amp;rsquo;m very much looking forward to speaking this Saturday 27th of February at the Virtual Scottish Summit 2021! This amazing Community conference will host 365 (!) virtual sessions from experts all over the world, ranging from first-time speakers to experienced community leaders.
Sessions will be delivered in a range of tracks covering Microsoft technologies and community topics, something to choose from for everyone.
My session will be about why it so important to have Zero Trust Admins with least privilege access, and why you start using Azure AD PIM (Privileged Identity Management) today!</description></item><item><title>Protect Logic Apps with Azure AD OAuth - Part 3 Connect to API from Power Platform</title><link>https://gotoguy.blog/2021/02/04/protect-logic-apps-with-azure-ad-oauth-part-3-connect-to-api-from-power-platform/</link><pubDate>Thu, 04 Feb 2021 14:01:26 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2021/02/04/protect-logic-apps-with-azure-ad-oauth-part-3-connect-to-api-from-power-platform/</guid><description>In this article I&amp;rsquo;m going to build on my previous blog posts in this series where I have written about how to add Azure AD OAuth authentication and authorization to your Logic Apps and expose them as an API. For reference the links to these blog post articles are here:
Protect Logic Apps with Azure AD OAuth – Part 1 Management Access | GoToGuy Blog Protect Logic Apps with Azure AD OAuth – Part 2 Expose Logic App as API | GoToGuy Blog If you want to connect to API&amp;rsquo;s using Power Platform (Power Automate Flows, PowerApps etc.</description></item><item><title>Protect Logic Apps with Azure AD OAuth - Part 2 Expose Logic App as API</title><link>https://gotoguy.blog/2021/01/11/protect-logic-apps-with-azure-ad-oauth-part-2-expose-logic-app-as-api/</link><pubDate>Mon, 11 Jan 2021 14:08:05 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2021/01/11/protect-logic-apps-with-azure-ad-oauth-part-2-expose-logic-app-as-api/</guid><description>This blog article will build on the previous blog post published, Protect Logic Apps with Azure AD OAuth – Part 1 Management Access | GoToGuy Blog , which provided some basic understanding around authorizing to Logic Apps request triggers using OAuth and Access Tokens.
In this blog I will build on that, creating a scenario where a Logic App will be exposed as an API to end users. In this API, I will call another popular API: Microsoft Graph.</description></item><item><title>Blog Series - Power'ing up your Home Office Lights: Part 10 - Subscribe to Graph and Teams Presence to automatically set Hue Lights based on my Teams Presence!</title><link>https://gotoguy.blog/2020/12/11/blog-series-powering-up-your-home-office-lights-part-10-subscribe-to-graph-and-teams-presence-to-automatically-set-hue-lights-based-on-my-teams-presence/</link><pubDate>Fri, 11 Dec 2020 08:58:42 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2020/12/11/blog-series-powering-up-your-home-office-lights-part-10-subscribe-to-graph-and-teams-presence-to-automatically-set-hue-lights-based-on-my-teams-presence/</guid><description>This blog post is part of the Blog Series: Power&amp;rsquo;ing up your Home Office Lights with Power Platform. See introduction post for links to the other articles in the series:
[https://gotoguy.blog/2020/12/02/blog-series&amp;mdash;powering-up-your-home-office-lights-using-power-platform&amp;mdash;introduction/ ](https://gotoguy.blog/2020/12/02/blog-series---powering-up-your-home-office-lights-using-power-platform---introduction/ )
In this last part of the blog series, we will build on the previous blog post where we could get the presence status from Teams to the Hue Power App. Now we will use Microsoft Graph and subscribe to change notifications for presence, so that both the Power App and my Hue Lights will automatically change status based on the presence.</description></item></channel></rss>