Question pertaining to authorization

Not applicable

In this scenario,

prodid=123456

purdate=2017-08-16T14:08:54.222+0200

../products/{prodid}/templates/{purdate}/ecus?include=abc&test=xyz

How can I manage authorization of prodid and purdate?

0 2 122
2 REPLIES 2

You need to qualify your question with a lot more details.

- What are you trying to protect?

We implement authorization to ensure that only users/clients with the relevant privileges are allowed to perform designated actions.

Are you trying to say that only certain clients should be able to use the specified productId and purchase date? That seems like a odd requirement.

You could have a requirement where you want to restrict it based on product id's..that would make some sense..

But please qualify your question with more details.

Not applicable
@rmishra

Thank you for the clarification. I believe, I can now use the default inbuilt roles to attain my objective.