Example Three: Delegated Authentication (cont.)
Now create a delegated user and verify that the user can log in to Terminal.
-
Open SecurityTutorial.CreateDelegatedUsers.cls in a Web browser (see the Note below). You installed this Zen class when you imported the classes from Zen_Authenticate.xml. To view the page in a Web browser, first open the class file in Studio and then click View–>Web Page on the Studio menu bar.
-
Enter a User Name, Password, and Full Name. Click Submit.
-
Now open Terminal. At the Username: and Password: prompts enter the values that you entered on the Web page. Now you have access to Caché. Execute Write $UserName.
Username: john Password: ***** USER>Write $UserName JOHN USER>
-
Now view the user account information through the Management Portal. On the Management Portal home page click Security Management–>Users. Caché has stored the information for the delegated user.
Before opening CreateDelegatedUser.cls in a Web browser, verify that the authentication mechanism for /csp/user is unauthenticated only.