Security VBCS Flows and Page access based on the role assigned
Summary:
We have a VBCS application where we are trying to restrict the page access by using the below code in the page JSON:
"security": {
"access": {
"requiresAuthentication": true,
"roles": ["AdminAccess"]
}
}
We created a Boolean variable "access_code" at the application level which will get populated during the page load based on an VBenter event.
We wanted to know if we can pass the variable "access_code" value as an input for the "requiresAuthentication"? if yes please let us know the appraoach.
Also we wanted to know if we can restrict user access a particular flow?
Content (required):
Version (include the version you are using, if applicable):