View Log
2025-03-26 00:18:42.610 -05:00 [WRN] Using an in-memory repository. Keys will not be persisted to storage.
2025-03-26 00:18:42.769 -05:00 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2025-03-26 00:18:42.808 -05:00 [INF] Creating key {5157fce2-b444-4139-9ae6-6c27ecd746c8} with creation date 2025-03-26 05:18:42Z, activation date 2025-03-26 05:18:42Z, and expiration date 2025-06-24 05:18:42Z.
2025-03-26 00:18:42.831 -05:00 [WRN] No XML encryptor configured. Key {5157fce2-b444-4139-9ae6-6c27ecd746c8} may be persisted to storage in unencrypted form.
2025-03-26 00:18:42.904 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-03-26 00:18:42.904 -05:00 [INF] Hosting environment: Production
2025-03-26 00:18:42.904 -05:00 [INF] Content root path: d:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com
2025-03-26 00:18:42.946 -05:00 [INF] Request starting HTTP/1.1 GET https://www.oktacommonapi.somee.com/ - null null
2025-03-26 00:18:43.263 -05:00 [INF] Executing endpoint 'HomeController.Index (Okta.Inline.Hook.App)'
2025-03-26 00:18:43.331 -05:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller HomeController (Okta.Inline.Hook.App).
2025-03-26 00:18:43.334 -05:00 [INF] Accessed Index page.
2025-03-26 00:18:43.362 -05:00 [INF] Executing ViewResult, running view Index.
2025-03-26 00:18:43.577 -05:00 [INF] Executed ViewResult - view Index executed in 214.7414ms.
2025-03-26 00:18:43.586 -05:00 [INF] Executed action HomeController.Index (Okta.Inline.Hook.App) in 255.0471ms
2025-03-26 00:18:43.587 -05:00 [INF] Executed endpoint 'HomeController.Index (Okta.Inline.Hook.App)'
2025-03-26 00:18:43.598 -05:00 [INF] Request finished HTTP/1.1 GET https://www.oktacommonapi.somee.com/ - 200 null text/html; charset=utf-8 662.1706ms
2025-03-26 00:39:42.182 -05:00 [INF] Application is shutting down...
2025-03-26 10:13:35.160 -05:00 [WRN] Using an in-memory repository. Keys will not be persisted to storage.
2025-03-26 10:13:35.289 -05:00 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2025-03-26 10:13:35.319 -05:00 [INF] Creating key {24f82138-6a93-4da5-9522-82cca5010699} with creation date 2025-03-26 15:13:35Z, activation date 2025-03-26 15:13:35Z, and expiration date 2025-06-24 15:13:35Z.
2025-03-26 10:13:35.340 -05:00 [WRN] No XML encryptor configured. Key {24f82138-6a93-4da5-9522-82cca5010699} may be persisted to storage in unencrypted form.
2025-03-26 10:13:35.395 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-03-26 10:13:35.395 -05:00 [INF] Hosting environment: Production
2025-03-26 10:13:35.395 -05:00 [INF] Content root path: d:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com
2025-03-26 10:13:35.444 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 443
2025-03-26 10:13:35.790 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 10:13:35.954 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 10:13:36.153 -05:00 [INF] Received request body:
{
"event": "User Added to Group",
"groupInfo": {
"groupId": "00ghfq3axgCdRkLnP1d7",
"groupName": "App-Clinsphere-TestUsers-NOMFA"
},
"userDetails": {
"id": "00ukegs9zonV3tbgq1d7",
"username": "hxpatel@wcgclinical.com",
"email": "hxpatel@wcgclinical.com",
"firstName": "Hiren",
"lastName": "Patel",
"middleName": ""
},
"initiatedBy": {
"userId": "00ubz5if15J6oDGwn1d7",
"userType": "User",
"userDisplayName": "Angus Ogubuike"
}
}
2025-03-26 10:13:36.165 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 10:13:36.209 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 243.0921ms
2025-03-26 10:13:36.217 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 10:13:36.226 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 788.6775ms
2025-03-26 10:34:34.417 -05:00 [INF] Application is shutting down...
2025-03-26 14:22:05.664 -05:00 [WRN] Using an in-memory repository. Keys will not be persisted to storage.
2025-03-26 14:22:05.787 -05:00 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2025-03-26 14:22:05.905 -05:00 [INF] Creating key {b5680fd2-26b1-4df1-8fc5-54f373a62660} with creation date 2025-03-26 19:22:05Z, activation date 2025-03-26 19:22:05Z, and expiration date 2025-06-24 19:22:05Z.
2025-03-26 14:22:05.927 -05:00 [WRN] No XML encryptor configured. Key {b5680fd2-26b1-4df1-8fc5-54f373a62660} may be persisted to storage in unencrypted form.
2025-03-26 14:22:05.993 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-03-26 14:22:05.994 -05:00 [INF] Hosting environment: Production
2025-03-26 14:22:05.994 -05:00 [INF] Content root path: d:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com
2025-03-26 14:22:06.036 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 476
2025-03-26 14:22:06.160 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 14:22:06.237 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 14:22:06.623 -05:00 [INF] Received request body:
{
"event": "User Removed from Group",
"groupInfo": {
"groupId": "00gewpej5xQIw5dPI1d7",
"groupName": "App-NGRR-SiteUser-WCG"
},
"userDetails": {
"id": "00ufk1gd8txZbOqZ51d7",
"username": "bformal17\u002BStudyAdmin01@gmail.com",
"email": "bformal17\u002BStudyAdmin01@gmail.com",
"firstName": "Study",
"lastName": "Admin01",
"middleName": ""
},
"initiatedBy": {
"userId": "00uj6xrv9higitX561d7",
"userType": "User",
"userDisplayName": "TotalEnrollment ServiceAccount"
}
}
2025-03-26 14:22:06.636 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 14:22:06.688 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 435.9767ms
2025-03-26 14:22:06.700 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 14:22:06.705 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 677.7582ms
2025-03-26 14:43:05.114 -05:00 [INF] Application is shutting down...
2025-03-26 15:00:10.673 -05:00 [WRN] Using an in-memory repository. Keys will not be persisted to storage.
2025-03-26 15:00:10.810 -05:00 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2025-03-26 15:00:10.845 -05:00 [INF] Creating key {da1e13e5-eeed-45ef-a62e-0d5b99d7eaa2} with creation date 2025-03-26 20:00:10Z, activation date 2025-03-26 20:00:10Z, and expiration date 2025-06-24 20:00:10Z.
2025-03-26 15:00:10.869 -05:00 [WRN] No XML encryptor configured. Key {da1e13e5-eeed-45ef-a62e-0d5b99d7eaa2} may be persisted to storage in unencrypted form.
2025-03-26 15:00:10.930 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-03-26 15:00:10.931 -05:00 [INF] Hosting environment: Production
2025-03-26 15:00:10.931 -05:00 [INF] Content root path: d:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com
2025-03-26 15:00:10.982 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 477
2025-03-26 15:00:11.082 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:11.276 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:11.447 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 385
2025-03-26 15:00:11.458 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:11.459 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:11.487 -05:00 [INF] Received request body:
{
"event": "User Added to Group",
"groupInfo": {
"groupId": "00ghi0c6e1njl2Qbp1d7",
"groupName": "App-Clinsphere-Users"
},
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "sprbdigiugaVWt3jn1d7",
"userType": "SystemPrincipal",
"userDisplayName": "Okta System"
}
}
2025-03-26 15:00:11.487 -05:00 [INF] Received request body:
{
"event": "User Added",
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00uj6xrv9higitX561d7",
"userType": "User",
"userDisplayName": "TotalEnrollment ServiceAccount"
}
}
2025-03-26 15:00:11.501 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:11.501 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:11.549 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 78.306ms
2025-03-26 15:00:11.549 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 261.1655ms
2025-03-26 15:00:11.564 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:11.565 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:11.574 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 598.2424ms
2025-03-26 15:00:11.574 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 125.8341ms
2025-03-26 15:00:12.394 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 389
2025-03-26 15:00:12.400 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:12.400 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:12.401 -05:00 [INF] Received request body:
{
"event": "User Updated",
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00ui72pmq56fcBSuN1d7",
"userType": "User",
"userDisplayName": "Clinsphere Admin Service Account"
}
}
2025-03-26 15:00:12.401 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:12.403 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 2.8389ms
2025-03-26 15:00:12.403 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:12.404 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 9.8405ms
2025-03-26 15:00:12.545 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 490
2025-03-26 15:00:12.546 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:12.546 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:12.547 -05:00 [INF] Received request body:
{
"event": "User Added to Group",
"groupInfo": {
"groupId": "00ghdwszxxG9mOJYs1d7",
"groupName": "App-Clinsphere-User-TST"
},
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00ui72pmq56fcBSuN1d7",
"userType": "User",
"userDisplayName": "Clinsphere Admin Service Account"
}
}
2025-03-26 15:00:12.547 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:12.548 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 1.7343ms
2025-03-26 15:00:12.548 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:12.548 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 3.1846ms
2025-03-26 15:00:12.795 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 385
2025-03-26 15:00:12.795 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:12.796 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:12.796 -05:00 [INF] Received request body:
{
"event": "User Added",
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00uj6xrv9higitX561d7",
"userType": "User",
"userDisplayName": "TotalEnrollment ServiceAccount"
}
}
2025-03-26 15:00:12.796 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:12.797 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 1.0793ms
2025-03-26 15:00:12.797 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:12.797 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 2.2277ms
2025-03-26 15:00:13.037 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 389
2025-03-26 15:00:13.037 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:13.038 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:13.038 -05:00 [INF] Received request body:
{
"event": "User Updated",
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00ui72pmq56fcBSuN1d7",
"userType": "User",
"userDisplayName": "Clinsphere Admin Service Account"
}
}
2025-03-26 15:00:13.039 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:13.039 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 1.2831ms
2025-03-26 15:00:13.039 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:13.040 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 2.8705ms
2025-03-26 15:00:13.371 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 494
2025-03-26 15:00:13.371 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:13.372 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:13.372 -05:00 [INF] Received request body:
{
"event": "User Added to Group",
"groupInfo": {
"groupId": "00gewpgbneAffBvIB1d7",
"groupName": "APP-NGRR-SSOAuthenticated-WCG"
},
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00uj6xrv9higitX561d7",
"userType": "User",
"userDisplayName": "TotalEnrollment ServiceAccount"
}
}
2025-03-26 15:00:13.372 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:13.373 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 1.1945ms
2025-03-26 15:00:13.373 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:13.373 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 2.3647ms
2025-03-26 15:00:17.512 -05:00 [INF] Request starting HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - application/json 486
2025-03-26 15:00:17.512 -05:00 [INF] Executing endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:17.513 -05:00 [INF] Route matched with {action = "AddUserEvent", controller = "OktaWorkflow"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] AddUserEvent(System.Object) on controller Okta.Inline.Hook.App.Controllers.OktaWorkflowController (Okta.Inline.Hook.App).
2025-03-26 15:00:17.514 -05:00 [INF] Received request body:
{
"event": "User Added to Group",
"groupInfo": {
"groupId": "00gewpej5xQIw5dPI1d7",
"groupName": "App-NGRR-SiteUser-WCG"
},
"userDetails": {
"id": "00ul8ti0jiQRbunij1d7",
"username": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"email": "jrtroy.mypatient\u002B202503-siteuser@gmail.com",
"firstName": "John",
"lastName": "Troy",
"middleName": ""
},
"initiatedBy": {
"userId": "00uj6xrv9higitX561d7",
"userType": "User",
"userDisplayName": "TotalEnrollment ServiceAccount"
}
}
2025-03-26 15:00:17.514 -05:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType5`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2025-03-26 15:00:17.515 -05:00 [INF] Executed action Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App) in 2.066ms
2025-03-26 15:00:17.515 -05:00 [INF] Executed endpoint 'Okta.Inline.Hook.App.Controllers.OktaWorkflowController.AddUserEvent (Okta.Inline.Hook.App)'
2025-03-26 15:00:17.516 -05:00 [INF] Request finished HTTP/1.1 POST https://oktacommonapi.somee.com/api/OktaWorkflow/AddUser - 200 null application/json; charset=utf-8 3.9971ms
2025-03-26 15:21:10.060 -05:00 [INF] Application is shutting down...
2025-03-26 22:20:28.518 -05:00 [WRN] Using an in-memory repository. Keys will not be persisted to storage.
2025-03-26 22:20:28.630 -05:00 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2025-03-26 22:20:28.664 -05:00 [INF] Creating key {eb9fc5a4-c6a3-4050-84f8-b59338ec2e8d} with creation date 2025-03-27 03:20:28Z, activation date 2025-03-27 03:20:28Z, and expiration date 2025-06-25 03:20:28Z.
2025-03-26 22:20:28.683 -05:00 [WRN] No XML encryptor configured. Key {eb9fc5a4-c6a3-4050-84f8-b59338ec2e8d} may be persisted to storage in unencrypted form.
2025-03-26 22:20:28.867 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-03-26 22:20:28.867 -05:00 [INF] Hosting environment: Production
2025-03-26 22:20:28.868 -05:00 [INF] Content root path: d:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com
2025-03-26 22:20:28.897 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/ - null null
2025-03-26 22:20:29.042 -05:00 [INF] Executing endpoint 'HomeController.Index (Okta.Inline.Hook.App)'
2025-03-26 22:20:29.120 -05:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller HomeController (Okta.Inline.Hook.App).
2025-03-26 22:20:29.124 -05:00 [INF] Accessed Index page.
2025-03-26 22:20:29.147 -05:00 [INF] Executing ViewResult, running view Index.
2025-03-26 22:20:29.523 -05:00 [INF] Executed ViewResult - view Index executed in 372.568ms.
2025-03-26 22:20:29.534 -05:00 [INF] Executed action HomeController.Index (Okta.Inline.Hook.App) in 412.8088ms
2025-03-26 22:20:29.534 -05:00 [INF] Executed endpoint 'HomeController.Index (Okta.Inline.Hook.App)'
2025-03-26 22:20:29.546 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/ - 200 null text/html; charset=utf-8 653.2937ms
2025-03-26 22:20:29.901 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/Okta.Inline.Hook.App.styles.css?v=g11vM9Z-LHkAk5E9aFYyNcm8DMr9fiW0Ao6PYyW2Gq8 - null null
2025-03-26 22:20:29.901 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/css/site.css?v=pAGv4ietcJNk_EwsQZ5BN9-K4MuNYS2a9wl4Jw-q9D0 - null null
2025-03-26 22:20:29.951 -05:00 [INF] Sending file. Request path: '/Okta.Inline.Hook.App.styles.css'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\Okta.Inline.Hook.App.styles.css'
2025-03-26 22:20:29.951 -05:00 [INF] Sending file. Request path: '/css/site.css'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\css\site.css'
2025-03-26 22:20:29.954 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/Okta.Inline.Hook.App.styles.css?v=g11vM9Z-LHkAk5E9aFYyNcm8DMr9fiW0Ao6PYyW2Gq8 - 200 1138 text/css 52.1426ms
2025-03-26 22:20:29.954 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/css/site.css?v=pAGv4ietcJNk_EwsQZ5BN9-K4MuNYS2a9wl4Jw-q9D0 - 200 362 text/css 52.1456ms
2025-03-26 22:20:29.957 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/lib/bootstrap/dist/css/bootstrap.min.css - null null
2025-03-26 22:20:29.960 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/js/site.js?v=hRQyftXiu1lLX2P9Ly9xa4gHJgLeR1uGN5qegUobtGo - null null
2025-03-26 22:20:29.963 -05:00 [INF] Sending file. Request path: '/js/site.js'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\js\site.js'
2025-03-26 22:20:29.964 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/js/site.js?v=hRQyftXiu1lLX2P9Ly9xa4gHJgLeR1uGN5qegUobtGo - 200 231 text/javascript 3.653ms
2025-03-26 22:20:29.964 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/lib/jquery/dist/jquery.min.js - null null
2025-03-26 22:20:29.965 -05:00 [INF] Request starting HTTP/2 GET https://www.oktacommonapi.somee.com/lib/bootstrap/dist/js/bootstrap.bundle.min.js - null null
2025-03-26 22:20:29.970 -05:00 [INF] Sending file. Request path: '/lib/bootstrap/dist/js/bootstrap.bundle.min.js'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\lib\bootstrap\dist\js\bootstrap.bundle.min.js'
2025-03-26 22:20:29.973 -05:00 [INF] Sending file. Request path: '/lib/jquery/dist/jquery.min.js'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\lib\jquery\dist\jquery.min.js'
2025-03-26 22:20:29.974 -05:00 [INF] Sending file. Request path: '/lib/bootstrap/dist/css/bootstrap.min.css'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\lib\bootstrap\dist\css\bootstrap.min.css'
2025-03-26 22:20:31.124 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/lib/bootstrap/dist/js/bootstrap.bundle.min.js - 200 78468 text/javascript 1159.3335ms
2025-03-26 22:20:31.890 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/lib/bootstrap/dist/css/bootstrap.min.css - 200 162720 text/css 1932.103ms
2025-03-26 22:20:31.935 -05:00 [INF] Request finished HTTP/2 GET https://www.oktacommonapi.somee.com/lib/jquery/dist/jquery.min.js - 200 89501 text/javascript 1971.0091ms
2025-03-26 22:41:27.926 -05:00 [INF] Application is shutting down...
2025-03-26 23:32:41.464 -05:00 [WRN] Using an in-memory repository. Keys will not be persisted to storage.
2025-03-26 23:32:41.563 -05:00 [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2025-03-26 23:32:41.599 -05:00 [INF] Creating key {2a64f7c6-83b6-42ca-b0da-f6582ec99071} with creation date 2025-03-27 04:32:41Z, activation date 2025-03-27 04:32:41Z, and expiration date 2025-06-25 04:32:41Z.
2025-03-26 23:32:41.621 -05:00 [WRN] No XML encryptor configured. Key {2a64f7c6-83b6-42ca-b0da-f6582ec99071} may be persisted to storage in unencrypted form.
2025-03-26 23:32:41.684 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-03-26 23:32:41.685 -05:00 [INF] Hosting environment: Production
2025-03-26 23:32:41.685 -05:00 [INF] Content root path: d:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com
2025-03-26 23:32:41.719 -05:00 [INF] Request starting HTTP/1.1 GET http://www.oktacommonapi.somee.com/ - null null
2025-03-26 23:32:41.755 -05:00 [INF] Request finished HTTP/1.1 GET http://www.oktacommonapi.somee.com/ - 307 null null 44.6964ms
2025-03-26 23:32:41.983 -05:00 [INF] Request starting HTTP/1.1 GET http://www.oktacommonapi.somee.com/ads.txt - null null
2025-03-26 23:32:41.984 -05:00 [INF] Request finished HTTP/1.1 GET http://www.oktacommonapi.somee.com/ads.txt - 307 null null 0.9458ms
2025-03-26 23:32:42.459 -05:00 [INF] Request starting HTTP/1.1 GET https://www.oktacommonapi.somee.com/ - null null
2025-03-26 23:32:42.583 -05:00 [INF] Executing endpoint 'HomeController.Index (Okta.Inline.Hook.App)'
2025-03-26 23:32:42.650 -05:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller HomeController (Okta.Inline.Hook.App).
2025-03-26 23:32:42.654 -05:00 [INF] Accessed Index page.
2025-03-26 23:32:42.675 -05:00 [INF] Executing ViewResult, running view Index.
2025-03-26 23:32:42.838 -05:00 [INF] Executed ViewResult - view Index executed in 165.9495ms.
2025-03-26 23:32:42.839 -05:00 [INF] Executed action HomeController.Index (Okta.Inline.Hook.App) in 187.7175ms
2025-03-26 23:32:42.839 -05:00 [INF] Executed endpoint 'HomeController.Index (Okta.Inline.Hook.App)'
2025-03-26 23:32:42.844 -05:00 [INF] Request finished HTTP/1.1 GET https://www.oktacommonapi.somee.com/ - 200 null text/html; charset=utf-8 384.908ms
2025-03-26 23:32:45.564 -05:00 [INF] Request starting HTTP/1.1 GET https://www.oktacommonapi.somee.com/favicon.ico - null null
2025-03-26 23:32:45.611 -05:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: 'd:\DZHosts\LocalUser\md_imran_hosen20\www.oktacommonapi.somee.com\wwwroot\favicon.ico'
2025-03-26 23:32:45.613 -05:00 [INF] Request finished HTTP/1.1 GET https://www.oktacommonapi.somee.com/favicon.ico - 200 5430 image/x-icon 49.8441ms
2025-03-26 23:32:46.064 -05:00 [INF] Request starting HTTP/1.1 GET https://www.oktacommonapi.somee.com/ads.txt - null null
2025-03-26 23:32:46.073 -05:00 [INF] Request finished HTTP/1.1 GET https://www.oktacommonapi.somee.com/ads.txt - 404 null null 8.6754ms
2025-03-26 23:32:46.074 -05:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET https://www.oktacommonapi.somee.com/ads.txt, Response status code: 404
2025-03-26 23:53:40.489 -05:00 [INF] Application is shutting down...