Add identity first iteration

This commit is contained in:
2025-10-06 18:45:27 +09:00
parent cb8b9bbf6b
commit c29f7ef7dd
16 changed files with 1046 additions and 10 deletions

View File

@ -11,5 +11,8 @@
"OrgPPAGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2",
"ExecutorGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2",
"CertificateSerialNumber": "0636D2330032B3C38A4A26D765C787C248"
},
"ConnectionStrings": {
"IdentityConnection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_identity;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes"
}
}