質問編集履歴
2
リンクの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -81,3 +81,5 @@
|
|
81
81
|
|
82
82
|
FirebaseやGoogle Cloud Consoleでの設定を含めてどのように解決すべきでしょうか?
|
83
83
|
|
84
|
+
下記でも同じ質問をしています。
|
85
|
+
[firebase - FlutterでiOS版のみGoogle Sign-In認証でError 400: invalid_requestが発生する問題 - スタック・オーバーフロー](https://ja.stackoverflow.com/questions/100975/flutter%e3%81%a7ios%e7%89%88%e3%81%ae%e3%81%bfgoogle-sign-in%e8%aa%8d%e8%a8%bc%e3%81%a7error-400-invalid-request%e3%81%8c%e7%99%ba%e7%94%9f%e3%81%99%e3%82%8b%e5%95%8f%e9%a1%8c)
|
1
エラー文に改行を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,7 +5,11 @@
|
|
5
5
|
{}部分については置換済み。
|
6
6
|
```
|
7
7
|
エラー 400: invalid_request
|
8
|
-
リクエストの詳細: response_type=code code_challenge_method=S256 nonce={省略}
|
8
|
+
リクエストの詳細: response_type=code code_challenge_method=S256 nonce={省略}
|
9
|
+
device_os=iOS 18.3.2 client_id={CLIENT_ID} emm_support=1 gpsdk=gid-7.1.0 gidenv=ios state={省略}
|
10
|
+
redirect_uri={REVERSED_CLIENT_ID}:/oauth2callback code_challenge={省略} include_granted_scopes=true access_type=offline
|
11
|
+
scope=https://www.googleapis.com/auth/userinfo.email
|
12
|
+
https://www.googleapis.com/auth/userinfo.profile openid flowName=GeneralOAuthFlow
|
9
13
|
```
|
10
14
|
|
11
15
|
## 前提
|