-1

Is there any idea for the below requirement

I’ve soap ws with three operations add, delete and update. It needs to authenticate Two things First client id that will be sent in request body using AAA action if true then second will check the privilege on allowed operations for that client

Jo do ki
  • 1
  • 2

1 Answers1

0

You can write your own Custom AAA stylesheet and do multiple checks in it. Another option would be to run multiple AAA actions after one another but I'd go for the Custom Stylesheet...

See this quick sample here: https://www.ibm.com/support/pages/authentication-customization-websphere-datapower-aaa-policy

Anders
  • 3,198
  • 1
  • 20
  • 43