Summary

Review the summary of the course you have completed.

We'll cover the following...

In this course, we learned how to secure different types of ASP.NET Core applications. We should now be familiar with the following topics:

  • Principles of single sign-on: We learned how single sign-on (SSO) uses a separate application known as identity provider to authenticate the other applications within the ecosystem.

  • Authentication vs. authorization: We discovered that authentication is used to ...