Difference between revisions of "Microsoft Identity Platform"
From MgmtWiki
(→Context) |
(→Problems) |
||
| Line 6: | Line 6: | ||
==Problems== | ==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. | + | * 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 (2020-10-06). The following command fixed this. |
nuget.exe trusted-signers Add -Name Microsoft2021 -CertificateFingerprint AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27 -FingerprintAlgorithm SHA256 | nuget.exe trusted-signers Add -Name Microsoft2021 -CertificateFingerprint AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27 -FingerprintAlgorithm SHA256 | ||
Revision as of 14:45, 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 (2020-10-06). The following command fixed this.
nuget.exe trusted-signers Add -Name Microsoft2021 -CertificateFingerprint AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27 -FingerprintAlgorithm SHA256