[Progress Communities] [Progress OpenEdge ABL] Add JWT Token Creation Support to Authentication Gateway/STS

  • Thread starter Thread starter brianlafertewk
  • Start date Start date
Status
Not open for further replies.
B

brianlafertewk

Guest
As of OpenEdge 11.7.2, PASOE has support for validating OAUTH/ JWT tokens generated by outside sources and providing the token credentials to the ABL via a client principle. There is no functionality available in OpenEdge to create OAUTH/JWT tokens. Add the functionality to the Authentication Gateway/STS, where credentials are passed to an ABL class, that class validates the credentials, creates a client principle, and returns the client principle in the form of a standard, signeld and encrypted, JWT token. This should include support for simple HMAC and RSA-public/private key encrypted tokens. Currently, to get this functionality, outside services either via node.js or (complex) .Net classes is required.

Continue reading...
 
Status
Not open for further replies.
Back
Top