Resources  
  • Namespace for Authentication Routes in MVC and Its ImportanceMar 19, 2024. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and authorization tasks.
  • A Comprehensive Guide to Secure Coding in C#Mar 18, 2024. A Comprehensive Guide to Secure Coding in C# by Ziggy Rafiq. Learn how to write robust and secure C# applications by implementing input validation, encryption, authentication, and error handling. This section provides examples and best practices for preventing SQL injection, XSS attacks, and securing user authentication.
  • Validate Multiple Tokens with Different Providers in ASP.NET 8 APIMar 15, 2024. Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation requirements seamlessly.
  • User Authentication with Forms Authentication in ASP.NET MVCMar 10, 2024. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a database or another user store. Implementation of Forms Authentication in an ASP.NET web application.
  • Implementing Complex Authentication Scenarios in Microsoft GraphMar 10, 2024. In this article, I will explore with you some of the complex authentication scenarios that developers may encounter when using Microsoft Graph, and how to implement them using the Microsoft Graph SDKs and the Microsoft Authentication Library (MSAL) for various platforms.
  • MSAL for Vanilla JS SPA: Get JWT Access & ID TokensMar 01, 2024. This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the significance of MSAL in obtaining JWT (JSON Web Token) Access Tokens and ID Tokens from Microsoft identity services.
  • Vue.js HTTP Requests: Error Handling, Authentication, and File UploadsFeb 28, 2024. Vue.js, with its simplicity and reactivity, is not only a front-end framework but also excels in facilitating communication between the client and server through HTTP requests. In this article, we will explore four advanced examples that go beyond the basics, showcasing the power and flexibility of Vue HTTP requests.
  • Third-party API Integration in Asp.NET Core Web APIFeb 20, 2024. ASP.NET Core is a powerful framework for building web APIs, allowing developers to create robust and scalable applications. One of the key features of modern web development is the integration of third-party APIs, which provide access to external services and data.
  • Securing Your .NET Projects: Simple Strategies and Real ExamplesFeb 18, 2024. In today's digital world, keeping our software safe from cyber threats is super important. For developers working with .NET projects, it's not just a good idea but really necessary to make sure our apps are strong against potential attacks. Luckily, there are lots of tools and tricks within the .NET world to help us do this.
  • React Design Pattern Series: Mastering HOC PatternFeb 13, 2024. This React Design Pattern Series introduces the Higher Order Component (HOC) pattern, a powerful tool in React development. Exploring its definition, benefits, and a real-world example of an authentication HOC, the article emphasizes cleaner, more reusable components.
  • Implementation of the Azure AD Authentication Connection using .Net MauiFeb 11, 2024. In this article, I will explain about .NET MAUI Authentication implementation using visual studio 2022. Authentication is the process of obtaining identification credentials such as name and password from a user and validating those credentials against an authority. The entity that submitted the credentials is considered an authenticated identity if the credentials are valid. Once an identity has been established, an authorization process determines whether that identity has access to a given resource or not and Microsoft Data sync Framework has built-in support for any authentication provider that uses a Json Web Token (JWT) within a header of the HTTP transaction. This application uses the Microsoft Authentication Library (MSAL) to request such a token and authorize the signed in user to the backend service. Although we use Microsoft Entra ID for authentication, you can use any authentication library you wish with Azure Mobile Apps.
  • Google and Yahoo Unveil New Email Authentication StandardsJan 29, 2024. Email remains a cornerstone of communication in the digital age, facilitating interactions between individuals, businesses, and organizations worldwide. However, the ubiquity of email also makes it a prime target for cyber threats, including phishing attacks, email spoofing, and spam.
  • Disabling Multifactor Authentication in Microsoft related Services Jan 24, 2024. This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
  • Creating Custom User Authentication using AbstractBaseUser in DjangoJan 18, 2024. This article explains the complete process of how one can create and use custom user models. The AbstractBaseUser class in Django is a fundamental component of the authentication system.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQLJan 10, 2024. In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios and code examples for a deeper understanding of the underlying concepts.
  • Certificate Based Authentication in Azure AD App Registration using POSTMANJan 08, 2024. In this article we will go through authenticating an Azure AD app using certificate based authentication using POSTMAN tool.
  • Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365Dec 18, 2023. We have two ways: Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365. Azure postal service.
  • ValidateAntiForgeryToken in ASP.NET CoreDec 13, 2023. In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user trusted by a web application. ASP.NET Core provides a built-in defense mechanism against CSRF attacks called ValidateAntiForgeryToken.
  • Securing Your .NET Core APIsNov 18, 2023. This article explains how you can secure your .NET Core APIs with essential practices. It covers JWT authentication, role-based authorization, HTTPS implementation, input validation, and rate limiting. By leveraging these techniques, you can ensure data integrity and prevent unauthorized access.
  • Basic Authentication with ASP.Net Core Web API Using MySQL ServerNov 15, 2023. This article provides a comprehensive guide for implementing Basic HTTP authentication in a .NET 3.1 API with C#. The step-by-step instructions, code snippets, and explanations seem well-organized.
  • New feature for Authentication and Authorization in .NET 8Nov 15, 2023. Let's check out the cool new things that .NET 8 has added to help you keep your apps secure.
  • Identity API Endpoints based Authentication and Authorization in .NET 8Nov 15, 2023. The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP.NET Core Identity through the classic web UI. Once you enable the Identity API endpoints, you will get endpoints like /register, /login, /forgotPassword, confirmEmail, etc.
  • What is an API Gateway and What are the Functionalities of the API Gateway?Nov 12, 2023. This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a way that is accessible to both beginners and experienced developers.
  • OpenID Connect and OAuth 2.0 CognizanceNov 01, 2023. An overview of OpenConnect and OAuth and its usage in the digital world. It introduces a standardized method for verifying user identities, allowing users to authenticate across different sites or applications without the need to create new credentials for each portal.
  • How To integrate An Azure Storage Account With Azure Active Directory Oct 17, 2023. To integrate an Azure Storage Account with Azure Active Directory, you can use Azure AD authentication for your storage resources. This allows you to control access, implement role-based access control (RBAC), and monitor activities for your storage account within the Azure portal. By doing so, you enhance the security posture of your storage resources and simplify user access management.
  • SAML AuthenticationOct 16, 2023. Understanding SAML Authentication: How It Works and Its Role in Modern Security
  • Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456Oct 11, 2023. Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are trying to use SQL Server Authentication, but the SQL server instance is configured for Windows Authentication mode.
  • Custom JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIsOct 03, 2023. In this post I specifically talk about Authentication for an ASP.NET Core Web API, Using JWT Tokens, Using Role Based Authorization, Using only ASP.NET's low level Auth features - not using ASP.NET Core Identity.
  • Building a Microservices API Gateway with YARP in ASP.NET Core Web APIOct 03, 2023. Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating features such as service discovery, authentication, authorization, load balancing, rate limiting, and logging, you can create a robust and secure gateway that orchestrates communication between diverse microservices.
  • Task Management API with GraphQL in ASP.NET CoreSep 22, 2023. Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task Management" application as a real-world use case. In this example, we'll manage tasks with GraphQL.
  • Advanced Sorting and Searching in ASP.NET Core Web APISep 15, 2023. Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
  • Addressing Common Code Smells in ASP.NET Core Sep 09, 2023. Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaining a clean and maintainable codebase. Let's go through an example and address some common code smells step by step.
  • Securing ASP.NET Core Web API with JWT Authentication and Role-Based AuthorizationSep 09, 2023. Securing APIs in an ASP.NET Core Web API involves implementing authentication and authorization mechanisms to protect your resources and ensure that only authorized users can access them. In this example, I'll provide a step-by-step guide on how to secure an ASP.NET Core Web API using JWT (JSON Web Tokens) authentication and role-based authorization.
  • Registering Applications with Certificates, Secrets, and Federated CredentialsSep 02, 2023. Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#Sep 01, 2023. This article will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to prevent injection attacks, using parameterized SQL queries, using cryptography to protect sensitive data, using HTTPS to protect data in transit, avoiding hardcoding secrets in code, and keeping code up to date with the latest security patches and updates.
  • C# Security: Best Practices for Secure CodingAug 31, 2023. In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to prevent injection attacks, using parameterized SQL queries, using cryptography to protect sensitive data, using HTTPS to protect data in transit, avoiding hardcoding secrets in code, and keeping code up to date with the latest security patches and updates.
  • Mastering Dependency Injection and Third-Party IoC IntegrationAug 29, 2023. Dependency Injection (DI) is a design pattern used in software development to achieve loosely coupled components by allowing the injection of dependencies into a class rather than creating them within the class. This promotes better code reusability, testability, and maintainability. In the context of Dependency Injection, an Inversion of Control (IoC) container is a tool that manages the injection of dependencies.
  • Web Application Enhancement: Action Filters for Cross-Cutting ConcernsAug 28, 2023. Action filters are an integral part of many modern web frameworks, including ASP.NET MVC, ASP.NET Core, and others. They allow you to intercept and modify the request and response pipeline for an application's actions or methods. Action filters provide a way to apply cross-cutting concerns, such as authentication, logging, validation, caching, and more, to multiple actions or controllers without duplicating code.
  • Enhancing Security and Access Management with Microsoft EntraAug 24, 2023. Unveiling Microsoft Entra: Elevating Secure Identity and Access Management" is a resource that likely introduces and explores Microsoft Entra, a solution focused on enhancing identity and access management practices within the realm of cybersecurity. The content would likely cover the features, benefits, and implementation considerations of Microsoft Entra to provide organizations with a comprehensive understanding of its capabilities.
  • Deploy the Microsoft Teams Bot in Azure and Test in Web ChatAug 12, 2023. In this article we shall see how to deploy the Microsoft Teams bot in Azure Cloud and test in the web chat and also the SDKs used to develop the same.
  • Understanding SSH AuthenticationAug 10, 2023. Unveil the significance of SSH (Secure Shell) in securing network communication. Explore SSH authentication's core concepts, methods, and integration into .NET Core applications for fortified remote interactions.
  • Building Custom Middleware Components for Logging, Error Handling, and Request/Response ModificationAug 09, 2023. ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
  • JWT Authentication in ASP.NET CoreAug 07, 2023. JWT (JSON Web Token) authentication has become a popular method for securing APIs and web applications due to its simplicity, statelessness, and versatility. In this article, we'll explore how to implement JWT authentication in ASP.NET Core, a powerful framework for building modern web applications.
  • Building a Secure .NET Core Web API for Azure AD Integration with SharePoint Online SPFxAug 05, 2023. Learn how to build a secure .NET Core Web API integrated with Azure AD for seamless authentication and authorization with SharePoint Online SPFx web parts. Enhance your application's security and user experience with this comprehensive guide.
  • Salesforce REST API: The Login Request (Authentication Step)Aug 02, 2023. In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the request.
  • Token based Authentication and Authorization Grants ExplainedAug 01, 2023. In this article, let us learn about what is a token based authentication and the different authorization grants used in modern day applications
  • Create a Microsoft Teams Bot using Node JSJul 23, 2023. how to create a chatbot in Microsoft Teams using the Teams Toolkit which could use the basic template from Teams Toolkit, this article focuses on how to run from Microsoft Teams or how to run from Bot Framework Emulator and create a node project with the environment token key to authenticate the bot
  • Client Credentials Flow - Call Web API to API without user interactionJul 18, 2023. This article shows the way to call API to API with user interaction by using Client Credentials Flow.
  • Create a Telegram bot using Node JSJul 17, 2023. how to create a chatbot in Telegram which could echo the message we say, this article focuses on how to register a bot in Telegram and create a node project with the environment token key to authenticate the bot
  • Secure User Authentication in Azure Using Microsoft.Identity.ClientJul 14, 2023. The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Azure. It provides functionality for integrating Azure Active Directory (Azure AD) and other identity providers, enabling applications to authenticate and authorize users.
  • How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?Jul 11, 2023. In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
  • OKTA Authentication in .NET Core APIJul 05, 2023. Authentication in .NET Core API is crucial for securing endpoints, preventing unauthorized access, and ensuring data protection. This tutorial guides you through implementing Okta OAuth-based authorization in a .NET 7 API.
  • Calling Web API to Web API without User Interaction by using Azure Managed IdentityJun 30, 2023. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You may securely authenticate and authorize the caller web API to access the target web API using Azure Managed Identity, allowing for smooth interaction between the two services. When a Web API with Managed Identity needs to call another Web API, it can use its Managed Identity to authenticate and authorize the request without requiring explicit credentials.
  • Rest Assured API Automation Testing ConceptsJun 28, 2023. This article provides an overview of various concepts related to API automation testing using the Rest Assured library. It covers topics such as sending query parameters and path parameters, handling authentication using different methods, setting request headers, logging request, and response details, and using RequestSpecBuilder and ResponseSpecBuilder for common headers and assertions.
  • Disabling the "Remember Me" Option from Azure AccountJun 10, 2023. In today's digital landscape, user privacy and data security are paramount concerns. Online platforms and services often provide a "Remember Me" or "Keep me signed in" option, allowing users to remain logged in for extended periods. While this feature offers convenience, it also introduces potential security risks. This article explores the importance of ensuring the option to remain signed in is hidden and discusses the benefits it brings to both users and service providers.
  • Auth at One Place (AOP)May 25, 2023. Unified IdPs can be a valuable tool for improving security and efficiency in your organization
  • Enhancing Security with Microsoft 365 Secure ScoreMay 18, 2023. By identifying opportunities to strengthen security throughout your organization, Identity Secure Score gives organizations greater insight and control over their security posture.
  • iOS App Security: Best Practices for Protecting User DataMay 12, 2023. This article discusses best practices for iOS app security, including encryption, user authentication, secure network communications, code signing, app sandboxing, two-factor authentication, anti-jailbreaking and anti-rooting measures, following Apple's App Store Guidelines, and educating users about security risks. By following these best practices, iOS developers can build secure and trustworthy apps that protect user data from malicious attacks.
  • SQL Server 2022 Developer Edition Installation --- BasicApr 17, 2023. This article discusses the SQL Server installation --- Basic
  • How To Add Custom Authentication In BlazorApr 06, 2023. Authentication is an essential aspect of web applications, and the Blazor server comes with built-in support for authentication. However, in some cases, you may need to implement custom authentication for your application
  • How To Disable Azure Active Directory Only AuthenticationApr 03, 2023. This article will show how to disable the Azure Active Directory Only Authentication type and enable SQL Server Authentication in azure.
  • How To Use Captcha In Next JS AppMar 27, 2023. Here in this article, we check how to create Next JS application and use captcha with Next JS.
  • Require Multifactor Authentication For Administrative RolesMar 13, 2023. We learn how to setup multifactor authentication for administrative roles in this tutorial.
  • Two-Factor Authentication Using Google Authenticator in Asp.Net MVCDec 16, 2022. In this article, we learn about how to integrate Google Authenticator in ASP.Net MVC.
  • JWT Refresh TokenNov 21, 2022. JWT Token and Refresh Token Architecture.
  • Azure Active Directory(AD) Authentication Using ASP.Net Core 6Nov 18, 2022. Azure Active Directory (Azure AD) is a cloud-based identity and access management service. The service helps employees access external resources such as his Microsoft 365, Azure portal, and thousands of other his SaaS applications. Azure Active Directory also helps you access internal resources such as apps on your corporate intranet or cloud apps developed for your own organization. Learn more about creating a tenant for your organization
  • ASP.NET Core Web API Clean Architecture With JWT Authentication Nov 09, 2022. In this article, you will learn about ASP.NET Core API Clean Architecture With JWT authentication and Swagger.
  • JWT Token Creation, Authentication And Authorization In ASP.NET Core 6.0 With PostmanSep 05, 2022. In this article, you will learn about JWT Token Creation, Authentication and Authorization in ASP.NET Core 6.0 with Postman.
  • What Is DMARC ? | Why DMARC Is Important ? | Understanding DMARC RecordsAug 15, 2022. In this article we will learn about DMARC, why it is important for email, and also how to get the best understanding of DMARC records.
  • Git - Push From GUI Client Returns "Authentication Failed"Aug 13, 2022. Git push to GitHub or Bitbucket from third party Gui client results in "Authentication Failed."
  • Microsoft MFA Enabled Vs Enforced Azure AD FreeAug 12, 2022. In this article, you will learn about Microsoft MFA Enabled Vs Enforced Azure AD Free.
  • Implementing Biometric Authentication In .NET MAUIAug 01, 2022. In this article, I will show how easy it is to add biometric authentication in .NET MAUI.
  • Types Of Service Principals Authentication MethodsJul 26, 2022. In this article, you will learn the types of service principals authentication methods.
  • Granting Full Control Rights To Azure AD AppJul 26, 2022. In this article, you will learn how to grant Full Control Rights to the Azure AD App.
  • Installing MS Graph PowerShell ModuleJul 26, 2022. This article explains what MS Graph is and how to install the Graph Powershell module on a Windows machine.
  • Basic Authentication For Azure Functions (Open API) .Net 6Jul 21, 2022. In this article, you will learn about basic Authentication for Azure Functions (Open API) .Net 6.
  • How To Setup Pass-Through Authentication PTA With SSO Jul 19, 2022. In this article, you will learn how to set up pass-through authentication (PTA) with SSO.
  • JWT Token Authentication In Angular 14 And .NET Core 6 Web APIJul 02, 2022. JWT Token Authentication in Angular 14 and .NET Core 6 Web API
  • JWT Token Authentication Using The .NET Core 6 Web APIJun 28, 2022. JWT Token Authentication using the .NET Core 6 Web API
  • Azure AD App Only Authentication in SharePoint Online using PnP PowerShellJun 17, 2022. This article explains app only authentication using certificates and discusses about what is certificate based authentication and how this authentication can be used to configure Azure AD App Only authentication to SPO sites.
  • ASP.NET Core - Cookie Sharing AuthenticationJun 03, 2022. In this article, you will learn about Cookie Sharing Authentication.
  • Authentication In Smart TV App - Device Code FlowMar 29, 2022. Device Authorization flow has become common in applications running on devices like Smart TVs, game consoles, and printers needs authentication. These devices or operating systems don't provide a web browser or have limited input capabilities. In the article below I have explained the details of how the user is authenticated in Smart TV App and tokens are exchanged to confirm the identity of user.
  • JWT Token Authentication In ASP.NET Core 6 Web API Using Three Tier ArchitectureMar 16, 2022. In this article, you will learn about JWT Token Authentication in Asp.net Core 6 Web API Using Three Tier Architecture.
  • Update Office 365 With Two Step VerificationMar 08, 2022. Turning two step verification in Office 365 on or Off.
  • Using API Key Authentication To Secure ASP.NET Core Web API Feb 18, 2022. In this article, you will learn how to secure ASP.NET Core Web API using API Key authentication.
  • Client-side Application For JWT Refresh Token In Angular 13 Feb 13, 2022. In this post, we will create a client-side application for JWT refresh token in Angular 13.
  • JWT Authentication With Refresh Tokens In .NET 6.0 Feb 06, 2022. In this post, we will see how to use refresh token with JWT authentication to secure .NET 6.0 applications.
  • How To Secure Private Docker RegistryFeb 02, 2022. This article demonstrates how to secure a private docker registry by implementing the basic authentication. Here we will add username and password to our hosting server so that it will secure with credentials.
  • Validate If Client ID And Client Secret Are ValidJan 31, 2022. This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
  • JWT Authentication And Authorization In .NET 6.0 With Identity Framework Jan 30, 2022. In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
  • How to Implement JWT Authentication in Web API Using .Net 6.0, Asp.Net CoreJan 25, 2022. In this article, we are going to create a REST API using .Net 6.0, ASP.NET Core and perform basic CRUD operations, create a JWT token, and secure the APIs by implementing JWT Authentication.
  • SharePoint app-only principal to acess SharePoint OnlineJan 17, 2022. This article, describes what token based authentication is and the steps required to achieve this.
  • JWT Authentication In MicroservicesJan 02, 2022. This article walksthrough implementation of Jwt Authentication in a Microservice architecture. It uses Ocelot for building the API Gateway
  • Introduction To Voice Authentication Using JavaScriptDec 27, 2021. Learn how to use the open-source frameworks to do the Voice recognition and validation using JavaScript and Hugging space model from Microsoft
  • JWT Token Authentication And Authorizations In .Net Core 6.0 Web APIDec 21, 2021. In this article, you will learn about Jwt Token Authentication and Authorizations in .Net Core 6.0 WEB API.
  • Deploy .NET Core API To Azure Cloud And Secure It Using Facebook AuthenticationDec 14, 2021. In this article series, we will learn how to create a .NET Core API that can do CRUD operations on Azure Cosmos DB and then publish it to Azure Cloud. After that, we will secure the API with Easy Auth using Facebook as Identity Provider.
  • URL Creation Fundamentals In MVC Nov 07, 2021. In this article, we are going to explore different ways of URL creation in MVC and different fundamental concepts of MVC.
  • JWT Authentication In A .NET 5.0 ApplicationOct 18, 2021. This article shows how to generate a JWT token in a .NET 5.0 application.
  • Use Postman Tool To Create And Update Records In Dynamics CRMSep 29, 2021. One of the common scenarios is to work with CRM Web APIs is to quickly create or update records in Dynamics CRM. Within less time, we can achieve this requirement using Postman tool, here as an example going to create and update contact record.

About silverlight-Authentication

NA

OUR TRAINING