--- lang: ja-jp breaks: true --- # ASP.NET Core セキュリティ と 認証 2021-09-06 > ASP.NET Core Security の概要 > https://docs.microsoft.com/ja-jp/aspnet/core/security/ > ASP.NET Core の認証サンプル > https://docs.microsoft.com/ja-jp/aspnet/core/security/authentication/samples 認証は、ユーザーの ID を突き止めるプロセスであり、認可は、ユーザーがリソースにアクセスできるかどうかを判断するプロセスである。 ###### tags: `ASP.NET Core` `Security` `認証`