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.

 View Only
Expand all | Collapse all

Security Settings and Authentication

  • 1.  Security Settings and Authentication

    Posted Thu October 25, 2001 05:48 PM

    I am trying to set up access rules in Tamino and there is something I just
    don’t quite understand. I would be glad if you could help me there.

    Let me explain. I want to restrict access to a particular node (node1) in
    the XML database. I have a created a user (user1), two groups (group1,
    group2), and two acls (allowAcl, denyAcl)

    ‘user1’ belongs to ‘group1’ which references acl ‘allowAcl’ thus giving it
    full access to ‘node1’.

    ‘group2’ references acl ‘denyAcl’ which gives it no access to ‘node1’.
    ‘group2’ has the same name as the database and thus includes all users,
    except ‘user1’

    The restriction works, i.e if I try to read ‘node1’ with an _XQL command, I
    get the “no object returned message” although there are data in the
    database.

    The problem I have is how do I authenticate? I have tried the _CONNECT
    command with userID=“user1”, followed by an _XQL command with the given
    sessionid and sessionkey but I get the same message as above.

    I cant’ see where Tamino authenticates the user. I have created a user in
    collection ino:security, but I can only set the user id and the user
    description. Where do I set the password? Should I create the user and/or
    group in the Windows system also?

    I would be glad if you could help me there.


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Security Settings and Authentication

    Posted Fri October 26, 2001 09:06 AM

    Currently Tamino does not support authentication, just authorisation which is done via the user, groups and acl/aces. So currently the authentication has to be done by the web server. Have a look to the topic ‘Tamino Security’ in the ‘Security’ discussion forum there is dicussed how to setup your webserver if you would like use the Tamino security.


    #webMethods
    #API-Management
    #Tamino