You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This repository contains the code for the Microsoft.PowerPlatform.Cds.Client and
16
16
This is due to a set of dependencies on nuget packages that are internally available only. At some point in the future, we will expose the supporting nuget packages when we have updated our server infrastructure to support plugin development on .net core.
17
17
18
18
19
-
This encompases the contents of the following nuget packages:
19
+
This encompasses the contents of the following nuget packages:
@@ -39,13 +39,12 @@ Alpha means that we can and will change the api surface, namepaces and behavior
39
39
40
40
We encourage you to read the release notes we provide with each nuget packages. As with most of our Nuget packages that are intended as tools or for developer consumption, we extensively comment in release notes.
41
41
42
-
At this time:
42
+
At this time: (12/05/2020)
43
43
The alpha version of the SDK libs supports the following and has the following notices:
44
44
45
45
* .net full framework 4.6.2, 4.7.2, 4.8 and .net core 3.0, 3.1
46
-
* We are supporting only Client Secret / Cert flows for .net core. On .net framework additionally we support OAuth User flows
47
-
* We are shipping the initial drop using ADAL.net for the Auth Lib. We MAY change to use MSAL shortly
48
-
* MSAL would enabled us to support User Interactive flows on .net core.
46
+
* We now support all authentication types from CrmServiceClient, ( Client\Secret, Client\Cert, UID\PW Noninteractive, UID\PW interactive.)
47
+
* MSAL Port has been completed, this Lib is now using MSAL 4.3+
49
48
* The Namespaces of areas WILL change. We do not know what they will change too just yet but they will change before we “release” this.
50
49
* The Assembly Names Will likely change at least once more.
51
50
* The Message types that are part of the client have been reduced to CDS Core server messages only. Things like “QualifyLeadRequest” have been removed to their own Nuget package ( Microsoft.Dynamics.Sdk.Messages )
0 commit comments