Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jmprieur/easy authwitout test project (#703)
* First step of the integration of Easy-auth with Microsoft.Identity.Web * Sign-in and Sign-out now work correctly * Reverting changes to TokenAcquisition * Updating the EasyAuth code and adding debugging capabilities * Improving the developer experience. * Now works when deployed with EasyAuth "on" * Cleaning-up * Removing the test project * Fixing * Update src/Microsoft.Identity.Web/EasyAuth/AppServiceAuthenticationBuilderExtensions.cs Co-authored-by: jennyf19 <jeferrie@microsoft.com> * Update src/Microsoft.Identity.Web/EasyAuth/AppServiceAuthenticationBuilderExtensions.cs Co-authored-by: jennyf19 <jeferrie@microsoft.com> * Update src/Microsoft.Identity.Web/EasyAuth/AppServiceAuthenticationInformation.cs Co-authored-by: jennyf19 <jeferrie@microsoft.com> * Update src/Microsoft.Identity.Web/EasyAuth/AppServiceAuthenticationDefaults.cs Co-authored-by: jennyf19 <jeferrie@microsoft.com> * renaming (#701) * renaming * a few more edits and name changes * fix error + warnings * Adding the test app. * Improvements: - in the authentication handler, processes both v1.0 and v2.0 IdTokens - Fixing CA warnings - Adding a page (Debugging) which explains how to debug the EasyAuth integration locally. * Addressing PR feedback Co-authored-by: jennyf19 <jeferrie@microsoft.com>
- Loading branch information