Creating App specific policies

Not applicable

I want to add some policies specific to only selected apps. As an example I want to black list some requests based on the attribute retrieved in the request for only selected apps. I do not want to perform this check for other apps.

Solved Solved
0 1 83
1 ACCEPTED SOLUTION

@Gayan Shyamal ,

You can able to do same. You need to leverage app attributes.

  • Add attributes to app.
  • Retrieve same in API flow using Access Entity Policy.
  • Based on the values, enforce policies as per need.
  • Using conditional statements, you can control the enforcement of policies. For more information related to same check here.

View solution in original post

1 REPLY 1

@Gayan Shyamal ,

You can able to do same. You need to leverage app attributes.

  • Add attributes to app.
  • Retrieve same in API flow using Access Entity Policy.
  • Based on the values, enforce policies as per need.
  • Using conditional statements, you can control the enforcement of policies. For more information related to same check here.