Implement identity-based domain registration

Last update: 2023-10-02
  1. Create a DRM policy with mandatory domain registration.

  2. Specify the server’s host and port for the domain server URL.

    In your .properties file, set:

    policy.domain.url=https://[server:port]
    
  3. Make authentication with a username and password mandatory.

    In your .properties file, set:

    policy.domain.anonymous=false
    

On this page