WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Issue with OAuth in WebSphere Application Server 8.5 ND

    Posted 03/28/14 11:40 AM
    Hi,

     www.ibm.com/developerworks/websphere/tec... Using the above link I have enabled OAuth on the WebSphere Application Server 8.5 ND. The OAuth application is up and running. I am even able to get a acess_token from the authorization. But when I use the Acess token to authenticate the snoop Servlet, I get a pop up to enter Username and Password. Tried, reinstalling the application on the server. The Application says "Default Realm" Am I missing out anything here? Please help.

    Thanks,
    Naveen 


  • 2.  Issue with OAuth in WebSphere Application Server 8.5 ND

    Posted 04/03/14 10:38 PM
    Hi naveen,

      I haven't test the example, but in the article there is a comment:

      "FYI - I had to execute AdminTask.enableOAuthTAI() from /bin rather than app_server_root/bin to get the snoop servlet to accept the access_token on my WAS 7.0.0.25 instance on Windows."

      Have you test it?

      I'm going a test the example and tell you.

    Regards


  • 3.  Issue with OAuth in WebSphere Application Server 8.5 ND

    Posted 04/18/14 08:09 AM
    I have tried the same, but it is still not accepting the token
    Also, when I use the authorize endpoint, then it says a 404 error stating that the redirect.jsp page is not available.

    Were you able to test the  example? I have tried to uninstall the OAuth Application and reisntall it ,which still does not solve the issue.