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
Copy file name to clipboardexpand all lines: README.md
+1-7
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,6 @@ This provides sample [Blazor](https://learn.microsoft.com/aspnet/core/blazor/) a
31
31
dotnet restore && dotnet build
32
32
```
33
33
34
-
1. Create artifacts for each app
35
-
36
-
```bash
37
-
dotnet publish -c Release
38
-
```
39
-
40
34
1. Login to Azure.
41
35
42
36
```bash
@@ -79,7 +73,7 @@ This provides sample [Blazor](https://learn.microsoft.com/aspnet/core/blazor/) a
79
73
80
74
## Known Limitations of Azure EasyAuth
81
75
82
-
Azure EasyAuth is supposed to protect your entire app, not for specific pages. Therefore, if you want to protect certain pages of your app, you have to implement the authentication/authorisation logic by yourself.
76
+
Azure EasyAuth is supposed to protect your entire app, not for specific pages. Therefore, if you want to protect certain pages of your app, you have to implement a custom authentication/authorisation logic by yourself. In this sample app, the [`EasyAuth.Handlers`](./src/EasyAuth.Handlers/) project is the one.
0 commit comments