Forum Post: OE REST Login WebApp

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
P

Paul Koufalis

Guest
OE 11.3.2 Can I keep my login process as a separate tomcat\webapps? More specifically, can I deploy the login process and token generation in localhost:8080/login/login.html and then use the generated token to access REST services at localhost:8080:/myapp/rest/sports/Orders/{Ordernum} ? I assume that both webapps will have the same security setup in WEB-INF/web.xml and appsecurity-oerrealm-form.xml. The first hiccup I see is this: form-login login-page="/static/auth/login.html" this points to a local/relative login page which I guess I would have to redirect to the other login page? To answer the "Why?" question: it is simply because it's different developers working on different parts and we don't have any way currently to share the PDS project. In fact there are three webapps so far: the REST services, the LOGIN service and the web UI. Thanks,

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