Month: February 2026

OIC

How to use OAUTH Using the JWT User Assertion in OIC

How to use OAUTH Using the JWT User Assertion in OIC This article will demonstrate how to use OAUTH using JWT User Assertion in OIC. What is JWT User Assertion? Step1: Generate the key (A) Generate the self-Signed key pair Open command prompt and run below command to generate self-signed key pair Command: keytool -genkey […]

Uncategorized

How to Implement Row Level Edit for Table in using Edit icon and Popup dialog

How to Implement Row Level Edit for Table in using Edit icon and Popup dialog In this post, we will see how to implement row level edit for table in VBCS using edit icon and popup dialog box. Let us create new Web application as shown below: Click on Create. This will create new web […]

Back To Top