質問編集履歴

1

質問文の修正

2021/10/20 10:03

投稿

kawauso
kawauso

スコア56

test CHANGED
@@ -1 +1 @@
1
- ASP.NET MVC4でGoogle Authenticatorを用いた2要素認証を実装したい
1
+ [ASP.NET MVC]Google Authenticatorを用いた認証を実装したい
test CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- ASP.NET MVC4で[Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=ja&gl=US)などを用いた二要素認証を実装したいと思っております。
5
+ ASP.NET MVCで[Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=ja&gl=US)などを用いた認証を実装したいと思っております。
6
+
7
+ 流れとしてはIDとパスワードでログインした後にGoogle Authenticatorなどで発行されたワンタイムパスワードで認証が通ればログイン後の画面に遷移させたいと思っております。
8
+
9
+
6
10
 
7
11
  [Using Google Authenticator with ASP.NET Identity](https://www.jerriepelser.com/blog/using-google-authenticator-asp-net-identity/)こちらのページを参考に実装してAuthenticatorの有効化までは完了しました。(↓画像)
8
12