Oracle APEX provides built-in reports that allow developers to view and manage authentication schemes within an application. These reports help track the current authentication scheme, review available authentication methods, and monitor subscription statuses for authentication schemes copied from other applications.
Steps to View Authentication Scheme Reports
1. Navigate to the Authentication Schemes Page
Log in to Oracle APEX.
Open App Builder and select the application you want to inspect.
Click Shared Components > Authentication Schemes.
2. Review the Authentication Scheme Report
On the Authentication Schemes page, a report displays the following key details for each authentication scheme:
Scheme Name – The name of the authentication scheme.
Scheme Type – The type of authentication used (e.g., APEX Accounts, LDAP, Social Sign-In, etc.).
Current Scheme – Indicates which authentication scheme is active for the application.
Subscribed From – Shows if the authentication scheme is subscribed from another application.
Subscription Status – Displays whether the authentication scheme is up to date or requires synchronization with its master.
3. Filter or Search for Specific Authentication Schemes
Use the Search bar or filtering options to find a specific authentication scheme based on:
Scheme Type (e.g., LDAP, Database Accounts, OAuth2).
Subscription Status (Subscribed, Unsubscribed).
Active/Inactive Schemes.
4. View Detailed Information for a Specific Authentication Scheme
Click on an authentication scheme name to open its Edit page.
Review or modify attributes, including session management settings, authentication process hooks, and login page configurations.
Use Cases for Viewing Authentication Scheme Reports
Identifying which authentication scheme is currently active in the application.
Monitoring authentication scheme subscriptions and ensuring they are synchronized with their master definitions.
Verifying authentication security settings to comply with organizational policies.
Troubleshooting authentication-related issues by reviewing session settings and authentication behavior.
By leveraging authentication scheme reports, Oracle APEX developers can efficiently manage and monitor authentication settings within their applications.