Add SSO redirect URLs for extended authentication

With extended authentication enabled, users opening a policy protected document in Acrobat XI or Reader XI get a dialog for authentication. This dialog loads the HTML page that you specified as the extended authentication landing URL on the Rights Management server settings. See Server configuration settings.

Note: Extended authentication is supported on Apple Mac OS X with Adobe Acrobat release 11.0.6 and above.
  1. In Administration Console, click Settings > User Management > Configuration > Import And Export Configuration Files.

  2. Click Export and save the configuration file to your disk.

  3. Open the file in an editor, and locate the AllowedUrls node.

  4. In the AllowedUrls node, add the following lines:
    <entry key="sso-l" value="/ssoexample/login.jsp"/> 
    <entry key="sso-s" value="/ssoexample"/> 
    <entry key="sso-o" value="/ssoexample/logout.jsp"/>
  5. Save the file, and then import the updated file from the Manual Configuration page: In Administration Console, click Settings > User Management > Configuration > Import And Export Configuration Files.

// Ethnio survey code removed