Implementing a CMS Authentication Mechanism

Suppose you want to impose an authentication step to all users who want to edit documents in the Oxygen XML Web Author Component. This is usually required when the CMS needs authentication before granting access to a file. The Oxygen XML Web Author Component provides both a server-side and client-side API that allows you to implement such a mechanism.

Implement CMS Authentication Mechanism

The following is a list of the basic building blocks of the authentication mechanism:

Was this helpful?