Hi,
A customer ran into an intermittent issue with Okta login which is not easy to repro where some users were getting the following error message "External login failed, user is not assigned to the client application". We think the error is getting cached, as if we restart the app pool the users were able to login. After looked at code it seems the issue is related to the static variables in Okta login provider, I created a branch with the suggested fix:
https://dev.azure.com/dynamicwebsoftware/Dynamicweb/_git/Dynamicweb/commit/7eef23f95b2d0dadcbea08b7c6805979f737bcd7?refName=refs%2Fheads%2Fmsa%2FOktaProviderNonStaticError
DW version 9.15.3.
BR Mario