Author: angela
Date: Wed Jun  8 15:44:27 2016
New Revision: 1747409

URL: http://svn.apache.org/viewvc?rev=1747409&view=rev
Log:
minor improvement: oak security documentation

Modified:
    
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/externallogin_examples.md
    
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/preauthentication.md

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/externallogin_examples.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/externallogin_examples.md?rev=1747409&r1=1747408&r2=1747409&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/externallogin_examples.md
 (original)
+++ 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/externallogin_examples.md
 Wed Jun  8 15:44:27 2016
@@ -156,7 +156,7 @@ Authentication with External Login Modul
                          idp.name="your_idp_name";
        };
        
-See [Pre-Authenticated Login](../preauthentication.html) for an example 
+See [Pre-Authenticated Login](../preauthentication.html#withloginchain) for an 
example 
 `LoginModule` that illustrates how the pre-authentication is being pushed 
 to the shared stated.
 

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/preauthentication.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/preauthentication.md?rev=1747409&r1=1747408&r2=1747409&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/preauthentication.md
 (original)
+++ 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/preauthentication.md
 Wed Jun  8 15:44:27 2016
@@ -22,10 +22,10 @@ Oak provides two different mechanisms to
 involve the repositories internal authentication mechanism for credentials
 validation.
 
-- Pre-Authentication combined with Login Module Chain
-- Pre-Authentication without Repository Involvement
-
+- [Pre-Authentication combined with Login Module Chain](#withloginchain)
+- [Pre-Authentication without Repository Involvement](#withoutrepository)
 
+<a name="withloginchain"/>
 ### Pre-Authentication combined with Login Module Chain
 
 This first variant allows to support 3rd party login modules that wish to 
provide
@@ -99,6 +99,7 @@ marker to the shared state:
         }
     }
 
+<a name="withoutrepository"/>
 ### Pre-Authentication without Repository Involvement
 
 Like in Jackrabbit-core the repository internal authentication verification can


Reply via email to