Posts

Developing JWT (JSON web Token) based authentication

Image
Hello, You are going to see how we can implement custom authentication mechanism to our system.  Source code contains necessary projects (Web API, Console Application) in C# with  MVC patern so supposing you have basic information on that areas. Source code is here : https://github.com/TheMaty/JSONWebToken-Custom-Authorization I use Visual Studio 2019 in the study. Solution structure; AuthorizationServer project is ASP.NET Web Application with Web API template (which is MVC). It accepts any requests from client device with Client Id and Client Secret and generates Bearer token respectively. BackEndServer project is ASP.NET Web Application with Web API template (which is MVC). It acceptes bearer token, validates it then execute order that comes in request body (mostly JSON format)  BearerTokenRequestor project is a console application to simulate request send and recieve (Postman can already be used for that purpose) CryptoRandomDataGenerator project is a console application to create C

Microsoft Power Apps Portal integration with Dynamics 365 CE On-Premise - Step By Step Guide

Image
 Hello, It has been quite long since I did not post any guides with you. Today, I am going to share a PoC of mine result with detailed screenshots as much as possible.  You will see how we can easily position Power Apps Portal in front of Dynamics 365 CRM ( CE ) Engine 9.x on-premise edition. You are going to see following subjects in the study; Solution generation for the scenario in Dynamics 365 CRM on-premise  Create Solution Create Custom Entity Add Existing entity to a custom solution 1:N relation Form creation for Portal visibilities for portal specific fields Microsoft Common Data Service (Microsoft Dataverse) - an environment -creation Solution generation for the scenario in Dynamics 365 CRM on-premise  Microsoft Power Apps Portal creation (Starter Portal) in the environment Microsoft Dynamics 365 On-Premise customization for PoC Scenario implementation Reflecting Dynamics 365 On-Premise solution to CDS (Microsoft Dataverse) - to the environment- Aligning Microsoft Power Apps P