Fix MRI project list
[docs.git] / docs / developer-guide / authentication-and-authorization-services.rst
index 6ad991a7df2425abf48b82263665ada8a46143bf..86772cc635763ced7094c3aeffce7eb2080778e2 100644 (file)
@@ -353,7 +353,7 @@ which is hard-coded. The default domain can be also configured through the
 
 The protocol between the Controller and the Keystone Server (2) can be either
 HTTPS or HTTP. In order to use HTTPS the Keystone Server's certificate
-must be exported and imported on the Controller (see the :ref:`Certificate Management <Certificate Management>` section).
+must be exported and imported on the Controller (see the :ref:`Certificate Management <aaa-certificate-management>` section).
 
 Authorization Configuration
 ---------------------------
@@ -485,6 +485,8 @@ configuration, allowing different ways to listen for successful/unsuccessful
 authentication attempts. Custom AuthenticationListener(s) must implement
 the org.apache.shiro.authc.AuthenticationListener interface.
 
+.. _aaa-certificate-management:
+
 Certificate Management
 ----------------------