Open daisukenishino2 opened 3 years ago
\CommonLibrary\Extensions\Sts\Helper.cs
// 無効な証明書を無視(テスト用)
//handler.ServerCertificateCustomValidationCallback
// = (message, cert, chain, errors) => { return true; };
↓ ↓ ↓
// 無効な証明書を無視(テスト用)
handler.ServerCertificateCustomValidationCallback
= (message, cert, chain, errors) => { return true; };
\MultiPurposeAuthSiteCore\Startup.cs
// The default HSTS value is 30 days.
// You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
app.UseHsts();
//app.UseHttpsRedirection();
↓ ↓ ↓
// The default HSTS value is 30 days.
// You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
//app.UseHsts();
//app.UseHttpsRedirection();
\authentication_device\android\app\google-services.json
\authentication_device\lib\configs\app_fcm.dart
Requirement
Reference
https://github.com/OpenTouryoProject/FrontendTemplates/issues/13