Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!