41 questions
-3
votes
0
answers
33
views
How to use MIP SDK Java Wrapper on Amazon Linux 2 [closed]
I have downloaded 1.16 version of MIP SDK Java Wrapper for windows and able to successfully decrypt .rpmsg from Outlook.
But now I have an Amazon Linux 2 (AL2) environment which is similar to RHEL.
...
0
votes
0
answers
62
views
C# Restful API on Azure using Microsoft Information Protection SDK File API for C++/.NET version 1.17.158 - VERY SLOW
We need to use On-behalf-of flow using delegatedUser permissions to accept a file from a Angular client, determine if it's protected and then decrypt it and use decrypted bytes for various reasons.
we ...
0
votes
0
answers
79
views
How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did
I am trying to send an email with a sensitivity label from a sample web or desktop application.
This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
0
votes
1
answer
278
views
Sensitivity label removal works for one label but fails for another
I’m working with Microsoft Information Protection (MIP) SDK to remove sensitivity labels from files:
I’ve successfully created two labels within the same tenant, using the same token.
Now I’m trying ...
0
votes
1
answer
554
views
Error applying specific sensitivity label using Microsoft Information Protection SDK in C# (AdhocProtectionRequiredException)
I'm using the Microsoft Information Protection (MIP) SDK in C# to apply sensitivity labels to files. When I apply certain labels, the code works without any issues. However, when I try to apply a ...
0
votes
1
answer
235
views
MIP label visibility issue
I am using C++ MIPSDK version 1.14.108 to read\write MIP labels on the documents. It using client credential grant flow to authenticate and uses client secret based authentication to fetch tokens (RMS ...
0
votes
1
answer
2k
views
Programmatically apply sensitivity labels to file - Can fetch labels but not apply them
I am trying to apply Office sensitivity labels to a file in a .NET web application.
I based myself mainly on this demo project: https://github.com/Azure-Samples/MipSDK-File-Razor-Sample
My application ...
0
votes
1
answer
280
views
How to send an encrypted/targeted users email with custom sensitivity label?
My company uses M365 with custom sensitivity labels in MIP.
Some of this custom labels are configured to encrypt email and to target some specific users, inside or outside our organisation.
Using ...
0
votes
1
answer
403
views
MIP SDK - Removing UDP Label
I am trying to remove a UDP label set on a file in my tenant by using the following code. Could someone point me to a resource that talks about steps that I'll need to perform to remove this type of ...
2
votes
0
answers
247
views
MIP SDK Java Wrapper Sample Crashed With Core Dump
I'm trying out this sample application in a Ubuntu 20.04 VM to decrypt an AIP protected office file using MIP SDK. For the application's dependency, I'm using MIP SDK Java Wrapper version 1.12.101 as ...
1
vote
1
answer
337
views
API to get MIP label from a file residing on remote share
I need to read the MIP label(If it is there) from a file residing on a remote shares like SMB\DFS or NFS share. One option is to download the file locally and then read file label using MIP SDK. But ...
1
vote
0
answers
310
views
How do I set the proxy for the MIP SDK for C# .NET Framework?
I am having issues setting the proxy for the MIP SDK, following the documentation found here. My application uses the Microsoft.InformationProtection.File nuget package to interact with the MIP SDK. ...
0
votes
1
answer
160
views
How do we write unit tests for MIP (Microsoft Information Protection) using C# programming language?
Requirement: If any file has protection(Sensitivity label) then we are throwing an error message.
Before we go and do our actual implementation, I want to achieve this using TDD approach.
Please let ...
0
votes
1
answer
3k
views
Unable to open docx from SharePoint document library in browser after applying confidential encrypted sensitivity label to it using MIP SDK
I've created a C# console application that downloads a document e.g. in .doc format from SharePoint Online. It then converts the document to .docx format before ascertaining the sensitivity label to ...
3
votes
1
answer
1k
views
MIP SDK Java Wrapper - Decrypting RPMSG Files
We're trying to decrypt emails obtained via the Graph API. Since the Graph API only returns MIME messages and not MSGs, we can't decrypt the messages directly and are now looking for a method to ...
0
votes
1
answer
109
views
MIP SDK file handler prints "MIP Error: XPath returned no results" after upgrading to 1.9
File handler was throwing error for some png file so I updated the SDK to 1.9.90 from 1.8.102.
Now it works fine but printing error for CreateFileHandlerAsync() method saying " MIP Error: XPath ...
0
votes
1
answer
768
views
MIP SDK: Applying Sensitivity Label to Doc file, unable to open it
I am trying to apply a sensitivity label with protection to a .doc file. The process does not report an error but I am unable to open the file after applying the label. This is what I see in MS Word:
...
0
votes
1
answer
323
views
Has anyone succeeded to run mipsdk-dotnet-file-quickstart-main on Ubuntu 18.04?
I still can not get mipsdk-dotnet-file-quickstart-main (mip_sdk_ubuntu1804_file_1.8.97) running Ubuntu 18.04 .
I do get the following error after compilation with msbuild
*#/mipsdk-dotnet-file-...
1
vote
2
answers
771
views
MIP SDK setting unexpected ContentBits metadata
We are using the MIP SDK to apply sensitivity labels to files (using the c# Microsoft.InformationProtection.File nuget package). We use the IFileHandler.SetLabel method for this. This seems to ...
0
votes
1
answer
874
views
How can we encrypt a PDF file using MIP SDK?
Basically our requirement is to download existing pdf document (having MIP encryption), then decrypt the PDF file, modify content in PDF and then encrypt back. I am using File SDK. Till modifying ...
0
votes
2
answers
1k
views
Getting Policy sync failed with status code 503 while integrating mip sdk on Android
I am working on integrating mip sdk version 1.6 as per latest release document on Android. I am able to get access token but when provided to initialize policy engine, it throws below error.
Failed ...