S
Stefan Drissen
Guest
I have implemented an OAuth2 flow for our application to our sister site using the OpenEdge.Net.pl httpclient. The biggest hurdle is keeping your sanity with all the moving parts: 1. OpenEdge / OpenEdge.Net.pl version - 11.7.5 has issues with TLS1.3 2. your own code - don't update the access / refresh token pair in a transaction that can fail, if it fails for whatever other reason, you are left with the old pair and you will need to get the user to reauthorize 3. the site being used for OAuth - our sister site was moved behind akamai which introduced broken cookies which led to httpclient crashing
Continue reading...
Continue reading...