Search This Blog

Showing posts with label Copy or Subscribe to an Authentication Scheme in Oracle APEX. Show all posts
Showing posts with label Copy or Subscribe to an Authentication Scheme in Oracle APEX. Show all posts

Tuesday, July 1, 2025

Copy or Subscribe to an Authentication Scheme in Oracle APEX

 Oracle APEX allows you to copy an authentication scheme from another application or within the same application. Additionally, you can subscribe to an authentication scheme, enabling centralized management of authentication settings across multiple applications.

Why Copy or Subscribe to an Authentication Scheme?

  • Copying an authentication scheme creates an independent version in your application, which can be modified without affecting the source application.

  • Subscribing to an authentication scheme links it to a master authentication scheme, allowing updates from the master to be applied automatically.


Steps to Copy or Subscribe to an Authentication Scheme

  1. Navigate to the Authentication Schemes Page

    • Log in to your Oracle APEX workspace.

    • Open App Builder and select the application you want to modify.

    • Click Shared Components from the application menu.

    • Under Security, select Authentication Schemes.

  2. Copy an Authentication Scheme

    • Click Copy Authentication Scheme from the Tasks region.

    • Under Copy From Application, select the source application.

    • Choose the authentication scheme you want to copy.

    • Enter a new Authentication Scheme Name (optional).

    • Click Copy Authentication Scheme.

  3. Subscribe to an Authentication Scheme

    • During the copy process, enable the Subscribe option.

    • Select the source application and the authentication scheme to subscribe to.

    • Click Copy and Subscribe to establish a subscription.

  4. Manage Subscriptions

    • If you subscribed to an authentication scheme, updates made to the master scheme can be applied to all subscribed applications.

    • You can refresh the authentication scheme from the master or unsubscribe if you want to manage it independently.

  5. Test Authentication

    • Run the application and verify that the authentication scheme is working correctly.

    • If issues occur, review authentication settings, credentials, and integration configurations.


By copying or subscribing to an authentication scheme, Oracle APEX developers can streamline authentication management across multiple applications, ensuring consistency and reducing administrative overhead.