I hope you must have enjoyed our last article about create an application in Azure portal. In this article, we will see How to Register application in Azure portal . Generate client secret for your app Generating client secret for your app Follow previous article steps and navigate to your application in the Azure portal Follow…
Author: Viraj Patil
Register application in Azure portal
Hello Guys, I hope you must have enjoyed our last article about How to create a communication site using PowerShell. In this article, we will see how we can register our application in the Azure portal and grant him access so that we could use the app to access Graph API or Office 365 management…
SharePoint REST API: Check if the current user is present in SharePoint Group or not
Hello SharePointers, In this blog, we will be using the SharePoint REST API to check if any user is present in the SharePoint group or not. In my recent development, there was a requirnment to check the user from perticular group and manage his access to the document Library. So I have used a REST…