aspnetcore/eng
Javier Calvarro Nelson 0dbb01bd8c
[Blazor] Adds an authentication library for Blazor webassembly (#18851)
* Adds a Microsoft.AspNetCore.Components.WebAssembly.Authentication
  library for performing authentication in Blazor webassembly.
* Includes a default implementation that supports OIDC capable IdPs
  using oidc-client.js
* Includes multiple primitives to deal with authentication flows and
  supports acquiring access tokens to call APIs.
  * RemoteAuthenticatorView is responsible for handling authentication
    operations at the user interface level.
  * RemoteAuthenticatorService is responsible for handling the lower
    level authentication details by using JavaScript interop to interact
    with the underlying javascript library implementing the auth protocol.
  * SignOutSessionStateManager handles CSRF protection for the logout
    path.
  * IAccessTokenProvider handles provisioning access tokens to call APIs.
2020-02-17 14:36:57 -08:00
..
common Update dependencies from https://github.com/dotnet/arcade build 20200213.5 (#19034) 2020-02-14 00:24:43 +00:00
docker
helix
scripts
targets Undo accidental merge 2020-01-21 14:38:56 -08:00
tools
AfterSolutionBuild.targets
Baseline.Designer.props Undo changes to baseline 2020-02-05 10:23:40 -08:00
Baseline.xml Purge the blazor-wasm branch 2020-02-03 17:49:41 -08:00
Build.props
CodeGen.proj
Dependencies.props [Blazor] Adds an authentication library for Blazor webassembly (#18851) 2020-02-17 14:36:57 -08:00
FlakyTests.AfterArcade.props
FlakyTests.BeforeArcade.props
GenAPI.exclusions.txt
LicenseHeader.txt
PatchConfig.props
PoliCheckExclusions.xml
ProjectReferences.props [Blazor] Adds an authentication library for Blazor webassembly (#18851) 2020-02-17 14:36:57 -08:00
PublishSymbols.proj
Publishing.props
SharedFramework.External.props
SharedFramework.Local.props
SignCheckExclusionsFile.txt
Signing.props
Tools.props
Version.Details.xml Update dependencies from https://github.com/dotnet/blazor build 20200213.1 (#19039) 2020-02-14 01:25:31 +00:00
Versions.props [Blazor] Adds an authentication library for Blazor webassembly (#18851) 2020-02-17 14:36:57 -08:00
Workarounds.props
Workarounds.targets
WorkaroundsImported.targets
configure-toolset.ps1
configure-toolset.sh
empty.proj