Fatal: Nested IIS opens with a blank page

Product: PowerShell Universal
Version: 3.6.0 and 3.6.1
IIS: Nested Application
Install: Fresh
Endpoint: https://dev.psu.domain.com/psuSandbox/login
Anonymous Authentication: true

How do i fix this error?

DenyAnonymousAuthorizationRequirement: Requires an authenticated user.

full log:

appsettings file exists: E:\src\psu\appsettings.psuSandbox.json
appsettings file exists: E:\src\psu\appsettings.psuSandbox.json
[07:55:41 INF] User profile is available. Using 'C:\Users\svc-portal-dev\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-12-14 07:55:41 [INFO]  (Hangfire.BackgroundJobServer) Starting Hangfire Server using job storage: 'Hangfire.MemoryStorage.MemoryStorage'
2022-12-14 07:55:41 [INFO]  (Hangfire.BackgroundJobServer) Using the following options for Hangfire Server:
    Worker count: 100
    Listening queues: 'default', 'portalapp01d'
    Shutdown timeout: 00:00:15
    Schedule polling interval: 00:00:15
2022-12-14 07:55:41 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 successfully announced in 13.1404 ms
2022-12-14 07:55:41 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler...
2022-12-14 07:55:41 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 all the dispatchers started
[07:55:41 INF] Overriding endpoints defined via IConfiguration and/or UseKestrel() because PreferHostingUrls is set to true. Binding to address(es) 'http://127.0.0.1:33320' instead.
[07:55:41 INF] Now listening on: http://127.0.0.1:33320
[07:55:41 INF] Application started. Press Ctrl+C to shut down.
[07:55:41 INF] Hosting environment: Production
[07:55:41 INF] Content root path: E:\src\psu\psuSandbox
[07:55:42 INF] Request starting HTTP/1.1 GET http://localhost/psuSandbox/ - -
[07:55:42 INF] Executing ChallengeResult with authentication schemes ([]).
[07:55:42 INF] AuthenticationScheme: Cookies was challenged.
[07:55:42 INF] Request finished HTTP/1.1 GET http://localhost/psuSandbox/ - - - 302 0 - 206.4039ms
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/login - -
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/login - - - 200 - text/html 20.1701ms
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/page/view - -
[07:55:43 INF] Executing endpoint 'UniversalAutomation.PageController.ViewPages (Universal.Server)'
[07:55:43 INF] Route matched with {action = "ViewPages", controller = "Page"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ViewPages() on controller UniversalAutomation.PageController (Universal.Server).
[07:55:43 INF] Executing ContentResult with HTTP Response ContentType of application/json
[07:55:43 INF] Executed action UniversalAutomation.PageController.ViewPages (Universal.Server) in 62.5552ms
[07:55:43 INF] Executed endpoint 'UniversalAutomation.PageController.ViewPages (Universal.Server)'
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/page/view - - - 200 2 application/json 111.5443ms
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/accessible - -
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/sso - -
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/update - -
[07:55:43 INF] Executing endpoint 'Universal.Server.Services.VersionController.GetUpdate (Universal.Server)'
[07:55:43 INF] Executing endpoint 'UniversalDashboard.Controllers.AuthenticationController.SingleSignOn (Universal.Server)'
[07:55:43 INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
[07:55:43 INF] Route matched with {action = "SingleSignOn", controller = "Authentication"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult SingleSignOn() on controller UniversalDashboard.Controllers.AuthenticationController (Universal.Server).
[07:55:43 INF] Route matched with {action = "GetUpdate", controller = "Version"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUpdate() on controller Universal.Server.Services.VersionController (Universal.Server).
[07:55:43 INF] AuthenticationScheme: Cookies was challenged.
[07:55:43 INF] AuthenticationScheme: Bearer was challenged.
[07:55:43 INF] Executing JsonResult, writing value of type '<>f__AnonymousType4`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
[07:55:43 INF] Executing JsonResult, writing value of type 'PowerShellUniversal.Update'.
[07:55:43 INF] Executed action UniversalDashboard.Controllers.AuthenticationController.SingleSignOn (Universal.Server) in 8.9414ms
[07:55:43 INF] Executed endpoint 'UniversalDashboard.Controllers.AuthenticationController.SingleSignOn (Universal.Server)'
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/sso - - - 200 - application/json;+charset=utf-8 25.6367ms
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version - -
[07:55:43 INF] Executed action Universal.Server.Services.VersionController.GetUpdate (Universal.Server) in 9.6607ms
[07:55:43 INF] Executed endpoint 'Universal.Server.Services.VersionController.GetUpdate (Universal.Server)'
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/update - - - 200 - application/json;+charset=utf-8 25.7661ms
[07:55:43 INF] Executing endpoint 'Universal.Server.Services.VersionController.Get (Universal.Server)'
[07:55:43 INF] Route matched with {action = "Get", controller = "Version"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get() on controller Universal.Server.Services.VersionController (Universal.Server).
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/build - -
[07:55:43 INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
[07:55:43 INF] AuthenticationScheme: Cookies was challenged.
[07:55:43 INF] AuthenticationScheme: Bearer was challenged.
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/accessible - - - 401 0 - 33.3716ms
[07:55:43 INF] Executing endpoint 'Universal.Server.Services.VersionController.GetBuildVersion (Universal.Server)'
[07:55:43 INF] Executing OkObjectResult, writing value of type 'System.String'.
[07:55:43 INF] Executed action Universal.Server.Services.VersionController.Get (Universal.Server) in 6.2262ms
[07:55:43 INF] Route matched with {action = "GetBuildVersion", controller = "Version"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetBuildVersion() on controller Universal.Server.Services.VersionController (Universal.Server).
[07:55:43 INF] Executed endpoint 'Universal.Server.Services.VersionController.Get (Universal.Server)'
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version - - - 200 - text/plain;+charset=utf-8 11.6328ms
[07:55:43 INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType14`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
[07:55:43 INF] Executed action Universal.Server.Services.VersionController.GetBuildVersion (Universal.Server) in 3.5234ms
[07:55:43 INF] Executed endpoint 'Universal.Server.Services.VersionController.GetBuildVersion (Universal.Server)'
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/build - - - 200 24 application/json;+charset=utf-8 9.7106ms
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/admin/manifest.json - -
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/license/feature - -
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/admin/manifest.json - - - 200 - text/html 5.6457ms
[07:55:43 INF] Executing endpoint 'Universal.Server.Controllers.LicenseController.GetLicensedFeatures (Universal.Server)'
[07:55:43 INF] Route matched with {action = "GetLicensedFeatures", controller = "License"}. Executing controller action with signature System.Collections.Generic.IEnumerable`1[UniversalAutomation.Common.Interfaces.Feature] GetLicensedFeatures() on controller Universal.Server.Controllers.LicenseController (Universal.Server).
[07:55:43 INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[UniversalAutomation.Common.Interfaces.Feature, PowerShellUniversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
[07:55:43 INF] Executed action Universal.Server.Controllers.LicenseController.GetLicensedFeatures (Universal.Server) in 3.1596ms
[07:55:43 INF] Executed endpoint 'Universal.Server.Controllers.LicenseController.GetLicensedFeatures (Universal.Server)'
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/license/feature - - - 200 2 application/json;+charset=utf-8 10.4698ms
[07:55:43 INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/gitstatus/edit - -
[07:55:43 INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
RolesAuthorizationRequirement:User.IsInRole must be true for one of the following roles: (Administrator|Operator)
[07:55:43 INF] AuthenticationScheme: Cookies was challenged.
[07:55:43 INF] AuthenticationScheme: Bearer was challenged.
[07:55:43 INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
RolesAuthorizationRequirement:User.IsInRole must be true for one of the following roles: (Administrator|Operator)
[07:55:43 INF] AuthenticationScheme: Cookies was challenged.
[07:55:43 INF] AuthenticationScheme: Bearer was challenged.
[07:55:43 INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/gitstatus/edit - - - 401 0 - 10.7884ms
2022-12-14 07:58:07 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 caught stopping signal...
2022-12-14 07:58:07 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 All dispatchers stopped
2022-12-14 07:58:07 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 caught stopped signal...
2022-12-14 07:58:07 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 successfully reported itself as stopped in 0.2888 ms
2022-12-14 07:58:07 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server portalapp01d:27676:70d2c668 has been stopped in total 7.1448 ms

and

2022-12-14 07:55:41.000 -06:00 [INF] User profile is available. Using 'C:\Users\svc-portal-dev\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2022-12-14 07:55:41.841 -06:00 [INF] Overriding endpoints defined via IConfiguration and/or UseKestrel() because PreferHostingUrls is set to true. Binding to address(es) 'http://127.0.0.1:33320' instead.
2022-12-14 07:55:41.853 -06:00 [INF] Now listening on: http://127.0.0.1:33320
2022-12-14 07:55:41.856 -06:00 [INF] Application started. Press Ctrl+C to shut down.
2022-12-14 07:55:41.856 -06:00 [INF] Hosting environment: Production
2022-12-14 07:55:41.856 -06:00 [INF] Content root path: E:\src\psu\psuSandbox
2022-12-14 07:55:42.116 -06:00 [INF] Request starting HTTP/1.1 GET http://localhost/psuSandbox/ - -
2022-12-14 07:55:42.310 -06:00 [INF] Executing ChallengeResult with authentication schemes ([]).
2022-12-14 07:55:42.315 -06:00 [INF] AuthenticationScheme: Cookies was challenged.
2022-12-14 07:55:42.319 -06:00 [INF] Request finished HTTP/1.1 GET http://localhost/psuSandbox/ - - - 302 0 - 206.4039ms
2022-12-14 07:55:43.167 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/login - -
2022-12-14 07:55:43.187 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/login - - - 200 - text/html 20.1701ms
2022-12-14 07:55:43.637 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/page/view - -
2022-12-14 07:55:43.672 -06:00 [INF] Executing endpoint 'UniversalAutomation.PageController.ViewPages (Universal.Server)'
2022-12-14 07:55:43.680 -06:00 [INF] Route matched with {action = "ViewPages", controller = "Page"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ViewPages() on controller UniversalAutomation.PageController (Universal.Server).
2022-12-14 07:55:43.741 -06:00 [INF] Executing ContentResult with HTTP Response ContentType of application/json
2022-12-14 07:55:43.748 -06:00 [INF] Executed action UniversalAutomation.PageController.ViewPages (Universal.Server) in 62.5552ms
2022-12-14 07:55:43.749 -06:00 [INF] Executed endpoint 'UniversalAutomation.PageController.ViewPages (Universal.Server)'
2022-12-14 07:55:43.749 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/page/view - - - 200 2 application/json 111.5443ms
2022-12-14 07:55:43.801 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/accessible - -
2022-12-14 07:55:43.801 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/sso - -
2022-12-14 07:55:43.802 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/update - -
2022-12-14 07:55:43.816 -06:00 [INF] Executing endpoint 'Universal.Server.Services.VersionController.GetUpdate (Universal.Server)'
2022-12-14 07:55:43.816 -06:00 [INF] Executing endpoint 'UniversalDashboard.Controllers.AuthenticationController.SingleSignOn (Universal.Server)'
2022-12-14 07:55:43.817 -06:00 [INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
2022-12-14 07:55:43.817 -06:00 [INF] Route matched with {action = "SingleSignOn", controller = "Authentication"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult SingleSignOn() on controller UniversalDashboard.Controllers.AuthenticationController (Universal.Server).
2022-12-14 07:55:43.817 -06:00 [INF] Route matched with {action = "GetUpdate", controller = "Version"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUpdate() on controller Universal.Server.Services.VersionController (Universal.Server).
2022-12-14 07:55:43.818 -06:00 [INF] AuthenticationScheme: Cookies was challenged.
2022-12-14 07:55:43.820 -06:00 [INF] AuthenticationScheme: Bearer was challenged.
2022-12-14 07:55:43.822 -06:00 [INF] Executing JsonResult, writing value of type '<>f__AnonymousType4`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2022-12-14 07:55:43.822 -06:00 [INF] Executing JsonResult, writing value of type 'PowerShellUniversal.Update'.
2022-12-14 07:55:43.826 -06:00 [INF] Executed action UniversalDashboard.Controllers.AuthenticationController.SingleSignOn (Universal.Server) in 8.9414ms
2022-12-14 07:55:43.827 -06:00 [INF] Executed endpoint 'UniversalDashboard.Controllers.AuthenticationController.SingleSignOn (Universal.Server)'
2022-12-14 07:55:43.827 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/sso - - - 200 - application/json;+charset=utf-8 25.6367ms
2022-12-14 07:55:43.827 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version - -
2022-12-14 07:55:43.827 -06:00 [INF] Executed action Universal.Server.Services.VersionController.GetUpdate (Universal.Server) in 9.6607ms
2022-12-14 07:55:43.827 -06:00 [INF] Executed endpoint 'Universal.Server.Services.VersionController.GetUpdate (Universal.Server)'
2022-12-14 07:55:43.827 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/update - - - 200 - application/json;+charset=utf-8 25.7661ms
2022-12-14 07:55:43.831 -06:00 [INF] Executing endpoint 'Universal.Server.Services.VersionController.Get (Universal.Server)'
2022-12-14 07:55:43.832 -06:00 [INF] Route matched with {action = "Get", controller = "Version"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get() on controller Universal.Server.Services.VersionController (Universal.Server).
2022-12-14 07:55:43.832 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/build - -
2022-12-14 07:55:43.834 -06:00 [INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
2022-12-14 07:55:43.834 -06:00 [INF] AuthenticationScheme: Cookies was challenged.
2022-12-14 07:55:43.834 -06:00 [INF] AuthenticationScheme: Bearer was challenged.
2022-12-14 07:55:43.834 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/accessible - - - 401 0 - 33.3716ms
2022-12-14 07:55:43.837 -06:00 [INF] Executing endpoint 'Universal.Server.Services.VersionController.GetBuildVersion (Universal.Server)'
2022-12-14 07:55:43.838 -06:00 [INF] Executing OkObjectResult, writing value of type 'System.String'.
2022-12-14 07:55:43.838 -06:00 [INF] Executed action Universal.Server.Services.VersionController.Get (Universal.Server) in 6.2262ms
2022-12-14 07:55:43.838 -06:00 [INF] Route matched with {action = "GetBuildVersion", controller = "Version"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetBuildVersion() on controller Universal.Server.Services.VersionController (Universal.Server).
2022-12-14 07:55:43.838 -06:00 [INF] Executed endpoint 'Universal.Server.Services.VersionController.Get (Universal.Server)'
2022-12-14 07:55:43.839 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version - - - 200 - text/plain;+charset=utf-8 11.6328ms
2022-12-14 07:55:43.839 -06:00 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType14`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
2022-12-14 07:55:43.842 -06:00 [INF] Executed action Universal.Server.Services.VersionController.GetBuildVersion (Universal.Server) in 3.5234ms
2022-12-14 07:55:43.842 -06:00 [INF] Executed endpoint 'Universal.Server.Services.VersionController.GetBuildVersion (Universal.Server)'
2022-12-14 07:55:43.842 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/version/build - - - 200 24 application/json;+charset=utf-8 9.7106ms
2022-12-14 07:55:43.845 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/admin/manifest.json - -
2022-12-14 07:55:43.849 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/license/feature - -
2022-12-14 07:55:43.851 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/admin/manifest.json - - - 200 - text/html 5.6457ms
2022-12-14 07:55:43.855 -06:00 [INF] Executing endpoint 'Universal.Server.Controllers.LicenseController.GetLicensedFeatures (Universal.Server)'
2022-12-14 07:55:43.856 -06:00 [INF] Route matched with {action = "GetLicensedFeatures", controller = "License"}. Executing controller action with signature System.Collections.Generic.IEnumerable`1[UniversalAutomation.Common.Interfaces.Feature] GetLicensedFeatures() on controller Universal.Server.Controllers.LicenseController (Universal.Server).
2022-12-14 07:55:43.858 -06:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[UniversalAutomation.Common.Interfaces.Feature, PowerShellUniversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2022-12-14 07:55:43.860 -06:00 [INF] Executed action Universal.Server.Controllers.LicenseController.GetLicensedFeatures (Universal.Server) in 3.1596ms
2022-12-14 07:55:43.860 -06:00 [INF] Executed endpoint 'Universal.Server.Controllers.LicenseController.GetLicensedFeatures (Universal.Server)'
2022-12-14 07:55:43.860 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/license/feature - - - 200 2 application/json;+charset=utf-8 10.4698ms
2022-12-14 07:55:43.942 -06:00 [INF] Request starting HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/gitstatus/edit - -
2022-12-14 07:55:43.948 -06:00 [INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
RolesAuthorizationRequirement:User.IsInRole must be true for one of the following roles: (Administrator|Operator)
2022-12-14 07:55:43.948 -06:00 [INF] AuthenticationScheme: Cookies was challenged.
2022-12-14 07:55:43.948 -06:00 [INF] AuthenticationScheme: Bearer was challenged.
2022-12-14 07:55:43.952 -06:00 [INF] Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
RolesAuthorizationRequirement:User.IsInRole must be true for one of the following roles: (Administrator|Operator)
2022-12-14 07:55:43.953 -06:00 [INF] AuthenticationScheme: Cookies was challenged.
2022-12-14 07:55:43.953 -06:00 [INF] AuthenticationScheme: Bearer was challenged.
2022-12-14 07:55:43.953 -06:00 [INF] Request finished HTTP/1.1 GET http://dev.psu.domain.com/psuSandbox/api/v1/gitstatus/edit - - - 401 0 - 10.7884ms

Failed Workaround

  • Copy the contents of the /Universal app from the MIS into the IIS folder and start the app pool.
  • down grade to 3.6.0 (3680976368)

Workaround

  • Downgrade to 3.5.5
  • Downgrade to 3.5.6

Bug

1 Like