Results for microsoft-identity-platform
I tried a very simple test with Microsoft.CodeAnalysis.CSharp.Scripting with the following code snippet: var code = @" var myList = new List(); Parall...
I have created a recurring event from December 3rd to 6th using the graph API, which repeats daily. I'd like to cancel a single event on December 4th....
I am using microsoft.clearscript.v8 in ASP.Net Core MVC. This code is in my Home controller: public async Task Index() { using (var engine1 = new ...
I am using .NET 4.8. and I registered Microsoft.Logger with unity injection: var factory = new LoggerFactory(); factory.AddLog4Net("log4net.config"); ...
Issue: I was able to create and assign custom Azure RBAC definitions when I am not supposed to. Symptoms: I was able to create and update custom Azure...
During a Microsoft graph API call, I'm looking to retrieve an email from its subject with the following python code: f"$filter=subject eq '{subject}'"...
I'm working with an Azure DevOps Pipeline that's designed to execute a PowerShell script stored in a repository. This script utilizes the "rhubarb-gee...
I have written code that extracts text from a PDF document and converts it into vectors using the text-embeddings-ada-002 model from Azure OpenAI. The...
I have the same problem described here: Get a guest user by userPrincipalName with Microsoft Graph. I want to get a guest user from Graph but I do it ...
Given a group ID, I wish to retrieve the DisplayName (only) for the group. Using the online Microsoft Graph Explorer, I can do this. I want to do it ...
How does one get the count of Outlook emails sent to self via the Microsoft Graph API Get request? Among other things, here's what I've tried: Combin...
I have set up an Enterprise Azure Entra app with single site login SAML enabled. I have set the assignment required property to "no". But it only al...
I need to use methods of DoCmd object in my c++ program like AddMenu(), ApplyFilter(), Beep(), BrowseTo() and all other methods. This project is quite...
I'm trying to get Owner and Company properties from Microsoft Office files (Excel, PowerPoint, Word) using PowerShell. Now I'm able to get the Owner u...
I've an ASP.NET Core web application. Users can login with username and password or with Azure AD. In a page with many info I want to show an info fro...
I'm scripting a new version of a script I've done before, but I'm upgrading it to use MSGraph for Office 365 account creation. I'm running across an i...
I'm trying to run an AutoGen examples and none of them let me clone. For example: https://github.com/microsoft/autogen/tree/main/website $ git clone h...
I want to automate Microsoft Edge with rust-headless-chrome without opening any windows. I started Edge in headless mode with the following Rust code:...
I'm trying to make an example of BlobTrigger Azure Function using Visual Studio Code. For that I was following along the Book "Beginning Azure Functio...
I have set the ForceHttps option in my custom OpenApiConfigurationOptions but still getting the contents only in http when running it locally thru htt...
How can I see how much cost is incurred by Microsoft Defender for Cloud in my Azure account. It is added to some of the subscriptions in my account. B...
We are trying to use Microsoft Entra ID instead of Auth0 as we're building APIs and Applications in Azure so it seems sensible to keep with the same p...
I have this setup: Accessing my Organization with Client Credentials Flow, and enabled Calendars.ReadWrite to read "Read calendars in all mailboxes". ...
I would like to use Playwright for Python in a non-privileged environment. After running pip install pytest-playwright in the embedded python environm...
Web API project in asp.net core 6.0 using VS2022. I got exception using IFormFile member can't be used as parameter. Following are details. Model publ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?