IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  FORM authentication

    Posted 05/12/03 04:17 PM

    Hi All,

    I am developing a web application using Tomcat jsp/servlet engine that comes with webMethods 6.
    In this application, a webMethods service is invoked (using webMethods specific jsp tags) which retrieves data from an Oracle database table and displays in the browser.
    When you run the jsp, by default, IS displays a standard browser authentication dialog. It works fine. My requirement is to provide a FORM based login for this application. Can anybody tell me how I authenticate the user/password?

    PS: There is a users.cnf file under [IS_DIR]/config directory. In this the password is encrypted.
    Can anyone tell me how to validate the supplied password in this case?

    Appreciate any help.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: FORM authentication

    Posted 05/12/03 05:32 PM

    Try with IS server ACL’s (permissions),while you are invoking particular service.

    In the developer tool for each individual Serive (see Permissions tab)where different ACL’s can be assigned before invoking.

    HTH.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: FORM authentication

    Posted 05/12/03 05:32 PM

    Try with IS server ACL’s (permissions),while you are invoking particular service.

    In the developer tool for each individual Serive (see Permissions tab)where different ACL’s can be assigned before invoking.

    HTH.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: FORM authentication

    Posted 05/12/03 05:52 PM

    Thanks RMG for your reply.
    I rephrase my question. I have a userid/password combination from a login jsp page. How can I check whether the supplied userid/password combination is a valid webMethods user?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 5.  RE: FORM authentication

    Posted 05/12/03 06:10 PM

    How do you authenticate the user? Where is the user logging into? If you are trying to authenticate the user against a username and password stored in a database table, you will have to use the encryption provided.
    Please provide more info.
    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 6.  RE: FORM authentication

    Posted 05/13/03 07:27 PM

    Hi,
    I am developing a web application using Tomcat jsp/servlet engine that comes with webMethods 6. Till now I don’t have a login page for this appln. I used a standard browser authentication dialog that IS displays by default. Now, I need to create a login page for this application. On click of login button, I should check whether the supplied userid/password combination is a valid webMethods user or not. How can I check it?

    NOTE: The users are created thru’ webMethods admin screen and assigned to a particular group.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB