webMethods

 View Only

webMethods ESB and Integration- Associating Access Control List with a User

Thu May 14, 2020 10:36 PM

Introduction

In this article, you will learn how to associate Access Control Level with a custom user in Integration Server. Using Access Control List (ACL) for the service or any other resource Integration Server determines whether the client is to be granted access to the service. If the ACL indicates that the client is allowed to access the service, the server continues with the execution of the service.

Pre-Requisites

Bring up your Integration Server.

Create Groups

1.Open the Integration Server Administrator if it is not already open.

2. In the Security menu of the Navigation panel, click User Management.

3. Click Add and Remove Groups and provide relevant information.

Click Create Groups.

Create User

1.Open the Integration Server Administrator if it is not already open.

2. In the Security menu of the Navigation panel, click User Management.

3. Click Add and Remove Users and provide relevant information.

Click Create Users.

Now add User to Group created above by selecting it and clicking on Left shift Arrow button.

Click on Save Changes.

Create ACL

1. Open the Integration Server Administrator if it is not already open.

2. In the Security menu of the Navigation panel, click ACL’s.

3. Click Add and Remove ACLs.

Click Create ACLs.

Then In ACL Membership select your ACL, Click on Add Button and select your group.

Click on Save changes. Now ACL is associate with a particular user via a Group.


#wiki
#Integration-Server-and-ESB
#webMethods

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Comments

Mon January 08, 2024 06:04 AM

The requests and responses are described in a Swagger JSON document. Please check here -
https://documentation.softwareag.com/webmethods/integration_server/pie10-15/webhelp/pie-webhelp/pie-webhelp/to-admin_api_2.html#
the API for this is GET /admin/swagger/integrationServer

-NP


#wiki
#webMethods
#Integration-Server-and-ESB

Mon January 08, 2024 05:48 AM

Thanks for the info. but the documentation doesn’t give expected JSON for post methods. Is it mentioned some where else


#webMethods
#Integration-Server-and-ESB
#wiki

Sun January 07, 2024 06:22 AM

Please take a look at the Administrator API at Integration Server Administrator API Operations
There are REST APIs to create user in a group and associate the group with an ACL.

-NP


#Integration-Server-and-ESB
#wiki
#webMethods

Sun January 07, 2024 05:30 AM

Any script to do this automatically ?


#webMethods
#Integration-Server-and-ESB
#wiki

Related Entries and Links

No Related Resource entered.