Skip to content

Access Control

Access Control is an app designed to simplify the management of user access within the Alliance platform. With Access Control, administrators can easily assign user permissions to ensure that the right people have access to the right information and functionality. Permissions are provided by other apps via the app manifest file, enabling easy integration with external backends through the Alliance Gateway.

WARNING

For this app to function, it requires the Alliance Data backend.
Please note that this backend is exclusively accessible to developers from team Alliance.

How to install

  1. Install as developer dependency

    npm install -D @webprovisions-registry/alliance-app-access-control --registry https://registry.webprovisions.io
  2. Add app to your Alliance configuration file.

    ts
    // alliance.config.ts
    import { defineConfig } from '@telia-ace/alliance-framework/config';
    
    export default defineConfig({
        server: {
            apps: ['@webprovisions-registry/alliance-app-access-control'],
        },
    });

Capabilities

No available capabilities.

Managed Objects

No available managed objects.