Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これら 2 つのプロバイダーの違いは何ですか。カスタム認証のために両方を実装する必要がありますか? ありがとう
1 つは認証用で、もう 1 つはロールベースの承認用です。
両方を実装する必要はありません。これは、独自の要件に依存します。ユーザーのログインのみが必要な場合は、FormsAuthentication を使用します。それ以上必要な場合は、両方を実装してください。