Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/identity-platform/app-sign-in-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The following sequence diagram summarizes this interaction:

![web app authentication process](media/authentication-scenarios/web-app-how-it-appears-to-be.png)

"Microsoft" is misspelt in this diagram above
Comment thread
yves-steve marked this conversation as resolved.
Comment thread
yves-steve marked this conversation as resolved.

### How a web app determines if the user is authenticated

Web app developers can indicate whether all or only certain pages require authentication. For example, in ASP.NET/ASP.NET Core, this is done by adding the `[Authorize]` attribute to the controller actions.
Expand Down
Loading