[Progress Communities] [Progress OpenEdge ABL] Forum Post: Customizing Spring security (for PASOE) with additional fields?

  • Thread starter Thread starter Marko Myllymäki
  • Start date Start date
Status
Not open for further replies.
M

Marko Myllymäki

Guest
Has anyone customized Spring security / OE Realm to support extra authentication fields besides username and password? We have been requested to provide login service using username + device id + pin code. A quick-and-dirty solution would be to concatenate username + delimiter character + device id in j_username and pin code in j_password and then parse received j_username in the OE Realm class. It seems (according to a quick Google search) that it would also be possible to customize Spring security to handle extra fields to make a more "elegant" solution. I would gladly hear about any experiences in solving a similar requirement. Any help, hints and suggestions are appreciated.

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