[progress Communities] [progress Openedge Abl] Forum Post: Re: Rest Oerealm Authentication...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, > However, when I try to access this restservice from a mobile app in Telerik Appbuilder (using the simulator), I can not > login, no matter what I do or try. I can see that a .....j_spring_security_check is posted with the right data, but I always get > the 401 returned. Based on your posts, it seems that you have all the pieces together... login screen in the mobile app, j_spring_security_check is posted indicating that you have set the authenticationModel property to FORM and the right data (username, password) are included in the payload. Still, the server is returning HTTP error 401 and the calls would not get to the AppServer. Here are some suggestions for troubleshooting: - Check the payload of the HTTP response for the j_sprint_security_check post, it may contain details on why the 401 error was returned. Perhaps, the credentials failed. - Change the authentication method to FORM local to see if the issue is related the setup for OERealm or if there is something else. I wonder if you would see different results using Telerik Platform ( http://platform.telerik.com ) from a web browser instead of the Windows client. I hope this helps.

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