Displaying Data for Logged In Users

A common requirement is to display data only for logged in users.  Iron Speed Designer provides great flexibility for this, providing control at the component and panel level.

Step 1:  Use the Application Security Wizard to establish the login security.  See Securing Web Pages with Role-Based Security for details.

Step 2:  On table panels (pages) where you need to restrict data to only the logged in user, click Configure… to display the Table Panel Wizard.

Step 3:  In the Query step of the Table Panel Wizard, add a WHERE clause that constrains the data to the "logged in user ID", which is a built-in function in your generated application.

Step 4:  Build and run your application.

See Also

Role-Based Security Overview

Step 1:  Select Application Security Type

Step 2:  Enter Active Directory Connection String

Step 3:  Select the User Table (Database Security)

Step 4:  Select the Roles Table (Database Security)

Step 4:  Select the Policy Store Role Provider (AzMan Security)

Step 5:  Assign Page Permissions

Step 6:  Configure Individual Components for Role-Based Security

Component-Level Security

Administering Database Security at Run-Time

Displaying Data for Logged In Users

Active Directory and Microsoft Authorization Manager Configuration