Hi
We are using PB 2022 R3 3356, I am trying to implement OIDC Auth and initially I tried using PB inbuilt tools (OAuthClient, HttpClient, RestClient) but all these implementations were not working on every user machine. Seems due to some differences in LAN settings, which we could not get fixed to make it uniform for all users across regions, so we decided to implement this is in DotNet and use it in PB.
I initially tried with .net core 6, everything worked fine with DLL Importer. But .Net 6 is out of support and not allowed in Org, so cannot use it.
I believe the PB version I mentioned above does not support .dot core 8 - please confirm. (tried with .net 8 dll and did not work)
Tried with DotNetFramework 4.8 approach, however seems this is also not supported in this PB Version as when I run the app it looks for .net core 6 runtime files.(even after using LoadWithDotNetFramework)
So, the question I have is
Does this PB version (PB 2022 R3 3356) support DotNetFramwork 4.8 or .Net Core 8.?
Considering this PB version what choice I have?
Please Note: I don't have a choice to upgrade the PB version, so will have to work with the version I have.
Thanks