Single Sign-on

Oxygen XML Editor implements the Single sign-on property, meaning that you can log in once and gain access to multiple services without being prompted to log in for each of them. The implementation is based on the Kerberos protocol and relies on a ticket-granting ticket (TGT) that Oxygen XML Editor obtains from the operating system.

To turn on the Kerberos-based authentication, you need to add the following system property in the .vmoptions configuration file:
-Djavax.security.auth.useSubjectCredsOnly=false
Related information
Setting a Java Virtual Machine Parameter in the Launcher Configuration File / Start-up Script