Setting Up a Self-Signed SSL Certificate
Understand the importance of SSL/TLS for securing single sign-on in ASP.NET Core. This lesson guides you through installing and trusting a self-signed development certificate using IDE prompts or .NET CLI on Windows and Mac, and outlines approaches for Linux environments.
We'll cover the following...
We'll cover the following...
SSL/TLS is important for SSO. Without it, all the information that gets exchanged between the client and the server will be unencrypted and ...