[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: oAuth2 Implementation

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top