All Projects → Adoxio → Adoxio.Dynamics.Connect

Adoxio / Adoxio.Dynamics.Connect

Licence: other
Implements OrganizationWebProxyClient with Dynamics 365 Server-to-Server authentication.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Adoxio.Dynamics.Connect

generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-25%)
Mutual labels:  dynamics-365
shopping-cart-k8s
Service Mesh patterns for Microservices
Stars: ✭ 57 (+185%)
Mutual labels:  aspnet
LeXun.Security.OAuth
用于 Asp.Net 和 Asp.Net Core 的OAuth2社交身份验证提供程序。支持支付宝,QQ,微信,百度等第三方登录
Stars: ✭ 19 (-5%)
Mutual labels:  aspnet
Daxif
A framework for automating a lot of xRM development processses. By using simple F# script commands/files one can save a lot of time and effort during this process by using Delegates DAXIF# library.
Stars: ✭ 37 (+85%)
Mutual labels:  dynamics-365
Westwind.Web.Markdown
Markdown support for ASP.NET WebForms and MVC applications
Stars: ✭ 18 (-10%)
Mutual labels:  aspnet
auth0-aspnet-owin-webapi-samples
Auth0 Integration Samples for ASP.NET OWIN Web API Services
Stars: ✭ 25 (+25%)
Mutual labels:  aspnet
xrm-mock-generator
📖  Generates a mock Xrm.Page object. Commonly used by xrm-mock to test Dynamics 365 client-side customisations.
Stars: ✭ 15 (-25%)
Mutual labels:  dynamics-365
Microsoft.Xrm.DevOps.Data
This library provides an easy way to generate filtered data compatible with the Configuration Data Migration Tool. These zip files can be used to push specific records between Dynamics 365 environments using the Dynamics 365 Package Deployer.
Stars: ✭ 20 (+0%)
Mutual labels:  dynamics-365
ngx-signalr-hubservice
Makes using SignalR in Angular 2/4 easy
Stars: ✭ 24 (+20%)
Mutual labels:  aspnet
MscrmTools.PortalRecordsMover
Export/Import Dynamics 365 portal records
Stars: ✭ 16 (-20%)
Mutual labels:  dynamics-365
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+385%)
Mutual labels:  aspnet
cds-for-code
VSCode extension for working with Microsoft Common Data Service (CDS)
Stars: ✭ 22 (+10%)
Mutual labels:  dynamics-365
AspNetCore.Identity.RavenDB
RavenDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 16 (-20%)
Mutual labels:  aspnet
Dynamics365BulkSolutionExporter
[Work In Progress] Take backup of whole D365 organization or export multiple solutions.
Stars: ✭ 30 (+50%)
Mutual labels:  dynamics-365
PCF-Builder-VSCode
Build your Power Apps Component Framework custom controls faster. No need to remember the PCF CLI commands. All commands provided in one selection list for you to execute. https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder
Stars: ✭ 15 (-25%)
Mutual labels:  dynamics-365
razor-tooling
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Stars: ✭ 371 (+1755%)
Mutual labels:  aspnet
integration-dynamics
The easiest way to connect Dynamics 365 with WordPress.
Stars: ✭ 17 (-15%)
Mutual labels:  dynamics-365
auth0-aspnetcore-mvc-samples
Auth0 Integration Samples for ASP.NET Core MVC Web Applications
Stars: ✭ 120 (+500%)
Mutual labels:  aspnet
aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,396 (+11880%)
Mutual labels:  aspnet
X.Extensions.Logging.Telegram
Telegram logging provider
Stars: ✭ 32 (+60%)
Mutual labels:  aspnet

Adoxio Connect Framework for Dynamics 365

Implements OrganizationWebProxyClient with Dynamics 365 Server-to-Server authentication.

  • includes a setting manager for saving and loading application settings from a settings.json
  • utlizes Active Directory Authentication Library (ADAL) to retrieve and store tokens
  • implements OrganizationService and OrganizationServiceContext for easy Dynamics SDK functions

Application Settings:

	dyn:SdkClientVersion - define your SDK version, if not provided defaults to 8.2
    dyn:ClientId - Azure AD application ID or client ID
    dyn:ClientSecret - Azure AD application secret or client secret
    dyn:Resource - Dynamics 365 instance URI
    dyn:TenantId - Azure AD tenant ID

Supports .NET Framework 4.6.1, additional framework support in later releases

Licensed under GNU LGPLv3

Installation

To install use NuGet Package Manager and search for Adoxio.Dynamics.Connect or package manager console and run the following command:

Install-Package Adoxio.Dynamics.Connect

NuGet: https://www.nuget.org/packages/Adoxio.Dynamics.Connect

Samples included:

  • Console Application
  • ASP.NET Web App with MVC and WebAPI

Release Notes:

0.3.3 - March 14, 2017

  • Initial public release of Adoxio Connect Framework for Dynamics 365.

0.4.0 - March 26, 2017

  • Add Unit Test project with constructor and S2SAppSetting tests
  • Add and update CrmContext constructors to standard pattern
  • Add assert of S2SAppSettings
  • Add reset token cache method to allow manual clearing of ADAL token cache

0.4.1 - March 26, 2017

  • Fix parameter order on string create method of CrmContext
  • Resolve public key issue on signing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].