From 364f5b9829746f7841e7c0b3affc1e386ad2c93e Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Mon, 20 May 2024 11:11:21 -0300 Subject: [PATCH] Add OIDC Logout section to navbar Closes gh-15112 --- docs/modules/ROOT/nav.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index bc297593522..e554ff32c86 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -63,6 +63,7 @@ *** xref:servlet/oauth2/login/index.adoc[OAuth2 Log In] **** xref:servlet/oauth2/login/core.adoc[Core Configuration] **** xref:servlet/oauth2/login/advanced.adoc[Advanced Configuration] +**** xref:servlet/oauth2/login/logout.adoc[OIDC Logout] *** xref:servlet/oauth2/client/index.adoc[OAuth2 Client] **** xref:servlet/oauth2/client/core.adoc[Core Interfaces and Classes] **** xref:servlet/oauth2/client/authorization-grants.adoc[OAuth2 Authorization Grants] @@ -136,6 +137,7 @@ *** xref:reactive/oauth2/login/index.adoc[OAuth2 Log In] **** xref:reactive/oauth2/login/core.adoc[Core Configuration] **** xref:reactive/oauth2/login/advanced.adoc[Advanced Configuration] +**** xref:reactive/oauth2/login/logout.adoc[OIDC Logout] *** xref:reactive/oauth2/client/index.adoc[OAuth2 Client] **** xref:reactive/oauth2/client/core.adoc[Core Interfaces and Classes] **** xref:reactive/oauth2/client/authorization-grants.adoc[OAuth2 Authorization Grants]