Skip to content
代码片段 群组 项目
  1. 2月 20, 2020
  2. 2月 19, 2020
  3. 2月 18, 2020
    • Javier Calvarro Nelson's avatar
      [Blazor][Wasm] Template changes to support auth in Blazor wasm (#18933) · 07098b3d
      Javier Calvarro Nelson 创作于
      * [Blazor] Adds a project template option for individual auth
      * Handles hosted scenarios with Identity Server.
      * Handles non-hosted scenarios with oidc-client.js.
      * Handles AAD and B2C scenarios with an MSAL library (disabled for now).
      07098b3d
    • Javier Calvarro Nelson's avatar
      [Blazor] Adds an authentication library for Blazor webassembly (#18851) · 0dbb01bd
      Javier Calvarro Nelson 创作于
      * 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.
      0dbb01bd
    • Steve Sanderson's avatar
      4628dfb0
  4. 2月 15, 2020
  5. 2月 14, 2020
  6. 2月 13, 2020
  7. 2月 12, 2020
  8. 2月 11, 2020
  9. 2月 10, 2020
  10. 2月 08, 2020
  11. 2月 07, 2020
  12. 2月 06, 2020
加载中