You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,8 +46,22 @@ The `Microsoft.AspNetCore.Components.WebAssembly.Authentication` library offers
46
46
* When the Blazor WebAssembly app loads the login callback endpoint (`/authentication/login-callback`), the authentication response is processed.
47
47
* If the authentication process completes successfully, the user is authenticated and optionally sent back to the original protected URL that the user requested.
48
48
* If the authentication process fails for any reason, the user is sent to the login failed page (`/authentication/login-failed`), and an error is displayed.
49
+
50
+
## Implementation guidance
49
51
50
-
## Additional resources
52
+
Articles under this *Overview* provide information on authenticating users in Blazor WebAssembly apps against specific providers.
51
53
52
-
* Articles under this *Overview* provide information on authenticating users in Blazor WebAssembly apps against specific providers.
*[General guidance for OIDC providers and the WebAssembly Authentication Library](xref:security/blazor/webassembly/standalone-with-authentication-library)
0 commit comments