Forum Post: RE: Spring security with OE REST

  • Thread starter Thread starter Srinivas Munigala
  • Start date Start date
Status
Not open for further replies.
S

Srinivas Munigala

Guest
Following wiki page will give brief description about Spring Security with OE REST: https://wiki.progress.com/display/OEServerTech/Spring+Security Hope, it helps you. From: paul.radbone@wins.co.uk [mailto:bounce-paulradbonewinscouk@community.progress.com] Sent: Wednesday, October 22, 2014 1:17 PM To: TU.OE.Development@community.progress.com Subject: [Technical Users - OE Development] Spring security with OE REST Spring security with OE REST Thread created by paul.radbone@wins.co.uk Hi, I'm looking at how to handle security for a rest service. Is there a guide for spring security that's specific to OpenEdge? I am new to spring and any examples I can find on the net are for Java. For example you can do the following in java: %@ taglib prefix='sec' uri='http://www.springframework.org/security/tags' % html body sec:authorize ifAnyGranted='ROLE_ADMIN' authorised /sec:authorize REST Adapter /body /html How would you do something similar in OE? I also need to develop a user admin screen, where users can update their own password and other details. Is it possible to use one logon for a progress web app and java web app that have been deployed to the same tomcat server, so that the authorisation is carried across both sessions (if that makes sense)? Any help or pointers to documentation would be much appreciated! Cheers, Paul. Stop receiving emails on this subject. Flag this post as spam/abuse.

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