Chapter 12: Securing VB Applications
In previous chapters, we developed various web and mobile applications. We used Business Objects, Service Connections, and various UI components to build visual applications.
In this chapter, we'll look at how to enable security for the web and mobile applications to prevent unauthorized access to the application. Security plays a vital role in the software world, especially when you publish your software over the internet. In this chapter, we'll look at different security aspects to secure the web and mobile applications.
In this chapter, we'll understand the inbuilt authentication roles and user roles and how these roles are assigned to users when they log in to the applications. We'll look at how to enable anonymous access on different Visual Builder (VB) components, such as web and mobile apps, Business Objects, and Service Connections, so that users can access the applications without login credentials.
We will...