Difference between revisions of "Microsoft Identity Platform"
From MgmtWiki
(→Context) |
|||
Line 4: | Line 4: | ||
==Context== | ==Context== | ||
* [https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-aspnet-core-web-api Aspnet Core Web API] Quickstart | * [https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-aspnet-core-web-api Aspnet Core Web API] Quickstart | ||
+ | |||
+ | ==Problems== | ||
+ | * The package Microsoft.Identity.Web requires that a [https://devblogs.microsoft.com/nuget/microsoft-author-signing-certificate-update/ new trusted signer key] is added to nuget.config. The following command fixed this. | ||
+ | nuget.exe trusted-signers Add -Name Microsoft2021 -CertificateFingerprint AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27 -FingerprintAlgorithm SHA256 | ||
==Registration== | ==Registration== | ||
[[Category: Best Practice]] | [[Category: Best Practice]] |
Revision as of 15:44, 5 April 2021
Contents
Full Title
Microsoft Identity Platform allows sign in with a Microsoft personal or work account.
Context
- Aspnet Core Web API Quickstart
Problems
- The package Microsoft.Identity.Web requires that a new trusted signer key is added to nuget.config. The following command fixed this.
nuget.exe trusted-signers Add -Name Microsoft2021 -CertificateFingerprint AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27 -FingerprintAlgorithm SHA256