Skip to content

Commit b57242c

Browse files
committed
reordered overview page links to match navigation
1 parent eaf633e commit b57242c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/security/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ auth/authorization/allow.adoc, auth/authorization/bind.adoc, auth/authorization/
66
auth/authorization/where.adoc, authentication-and-authorization/index.adoc
77

88

9+
* xref::/security/configuration.adoc[Configuration] - Instructions to set up instantiation.
910
* xref::/security/authentication.adoc[Authentication] - Explicit authentication, configured using the `@authentication` directive.
1011
* xref::/security/authorization.adoc[Authorization] - Authorization rules set using the `@authorization` directive.
11-
* xref::/security/subscriptions-authorization.adoc[Subscriptions authorization] - Authorization rules for subscriptions set using the `@subscriptionsAuthorization` directive.
12-
* xref::/security/configuration.adoc[Configuration] - Instructions to set up instantiation.
12+
* xref::/security/subscriptions-authorization.adoc[Subscriptions authorization] - Authorization rules for subscriptions set using the `@subscriptionsAuthorization` directive.
1313
* xref::/security/impersonation-and-user-switching.adoc[Impersonation and user switching] - How to set up impersonation and user switching features.
1414
* xref::/security/operations.adoc[Operations] - Reference on GraphQL queries and how each location in each query triggers the evaluation of different authentication/authorization rules.

0 commit comments

Comments
 (0)