❔ Microsoft Information Protection SDK
Hello, I am learning to use MIP SDK for protect the documents.
I need to make the class with it.
Anyone can help me?
19 Replies
is this just your job ad disguised as asking for help?
regardless, $details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
This is one of the challenges of our business
so what's your question?
Are you developer?
if your goal is for someone to solve your problem for you, you won't get that here
but we're happy to help if you show you're trying to do it yourself and are getting stuck
Thanks
I tried to build with simple code
did you add the nuget
Sure
I added
Quickstart - Initialization for Microsoft Information Protection (M...
A quickstart showing you how to write the initialization logic for a Microsoft Information Protection (MIP) SDK C# client applications.
I copied the code here
and especially the part: Implement an authentication delegate
{
"AppSettings": {
"ida:ClientId": "YOUR CLIENT ID",
"ida:IsMultiTenantApp": true, "ida:TenantGuid": "YOUR TENANT ID", "app:Name": "MIP File SDK App (.NET 7.0)", "app:Version":"1.01" } } I can see this content in appsettings.json What is the CLIENT ID and TELNANT ID here?
"ida:IsMultiTenantApp": true, "ida:TenantGuid": "YOUR TENANT ID", "app:Name": "MIP File SDK App (.NET 7.0)", "app:Version":"1.01" } } I can see this content in appsettings.json What is the CLIENT ID and TELNANT ID here?
I fixed with Nuget. so no error now
However it is not running
How can I get Client ID and Tenant ID?
do you know what they mean in this context?
what is the context? @sn0wgirl_97
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.