IS Assignment
IS Assignment
IS Assignment
Information Security.
Spring 2021.
CMSID 49620
Semester 4th
Date 18-10-2021
IBM’s Low code/No code App security
Three days online workshop was held by IBM in which they Taught basic terminologies of App
Security
Workshop.
On the three days of the session we learned about the things discussed in the following
sections:
Open terminal/ cmd/ windows PowerShell and navigate to the sample folder. Run the
following commands to build and start the application
Add the App ID service configuration to the app and create scope
From App ID Dashboard, select Applications in the left pane, click on add a new application.
Give your application a name and define the scopes elevator.call, elevator.stop, and
elevator.service to represent the specific operations that the different roles can perform. click
on save.
Creating Roles
Now that App ID is configured, scopes are created and we have the users that we need, let's
walk through creating roles. Create your roles by going to Roles and profiles > Roles > Create
role.
configure security
mvn clean
mvn package spring-boot:run
The End.