55 - title : Authorization of web endpoints
66 filename : security-authorize-web-endpoints-reference.adoc
77 summary : Quarkus has an integrated pluggable web security layer.
8- categories : " security, web "
8+ categories : " web, security "
99 id : security-authorize-web-endpoints-reference
1010 type : reference
1111 url : /guides/security-authorize-web-endpoints-reference
@@ -159,28 +159,28 @@ types:
159159 - title : Authentication mechanisms in Quarkus
160160 filename : security-authentication-mechanisms.adoc
161161 summary : " The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
162- categories : " security, web "
162+ categories : " web, security "
163163 id : security-authentication-mechanisms
164164 type : concepts
165165 url : /guides/security-authentication-mechanisms
166166 - title : Basic authentication
167167 filename : security-basic-authentication.adoc
168168 summary : HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
169- categories : " security, web "
169+ categories : " web, security "
170170 id : security-basic-authentication
171171 type : concepts
172172 url : /guides/security-basic-authentication
173173 - title : Configuring Well-Known OpenID Connect Providers
174174 filename : security-openid-connect-providers.adoc
175175 summary : This document explains how to configure well-known social OIDC and OAuth2 providers.
176- categories : " security, web "
176+ categories : " web, security "
177177 id : security-openid-connect-providers
178178 type : concepts
179179 url : /guides/security-openid-connect-providers
180180 - title : " Duplicated context, context locals, asynchronous processing and propagation"
181181 filename : duplicated-context.adoc
182182 summary : " When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
183- categories : " architecture, core "
183+ categories : " core, architecture "
184184 id : duplicated-context
185185 type : concepts
186186 url : /guides/duplicated-context
@@ -194,21 +194,21 @@ types:
194194 - title : OpenID Connect (OIDC) Bearer token authentication
195195 filename : security-oidc-bearer-token-authentication.adoc
196196 summary : Secure HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer token authentication by using the Quarkus OpenID Connect (OIDC) extension.
197- categories : " security, web "
197+ categories : " web, security "
198198 id : security-oidc-bearer-token-authentication
199199 type : concepts
200200 url : /guides/security-oidc-bearer-token-authentication
201201 - title : OpenID Connect authorization code flow mechanism for protecting web applications
202202 filename : security-oidc-code-flow-authentication.adoc
203203 summary : " To protect your web applications, you can use the industry-standard OpenID Connect (OIDC) Authorization Code Flow mechanism provided by the Quarkus OIDC extension."
204- categories : " security, web "
204+ categories : " web, security "
205205 id : security-oidc-code-flow-authentication
206206 type : concepts
207207 url : /guides/security-oidc-code-flow-authentication
208208 - title : Proactive authentication
209209 filename : security-proactive-authentication.adoc
210210 summary : Proactive authentication is enabled in Quarkus by default.
211- categories : " security, web "
211+ categories : " web, security "
212212 id : security-proactive-authentication
213213 type : concepts
214214 url : /guides/security-proactive-authentication
@@ -312,7 +312,7 @@ types:
312312 - title : Protect a web application by using OpenID Connect (OIDC) authorization code flow
313313 filename : security-oidc-code-flow-authentication-tutorial.adoc
314314 summary : " With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
315- categories : " security, web "
315+ categories : " web, security "
316316 id : security-oidc-code-flow-authentication-tutorial
317317 type : tutorial
318318 url : /guides/security-oidc-code-flow-authentication-tutorial
@@ -325,7 +325,7 @@ types:
325325 - title : Secure a Quarkus application with Basic authentication and Jakarta Persistence
326326 filename : security-basic-authentication-tutorial.adoc
327327 summary : Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).
328- categories : " security, getting-started"
328+ categories : " getting-started, security "
329329 id : security-basic-authentication-tutorial
330330 type : tutorial
331331 url : /guides/security-basic-authentication-tutorial
@@ -338,7 +338,7 @@ types:
338338 - title : Your second Quarkus application
339339 filename : getting-started-dev-services.adoc
340340 summary : Discover some of the features that make developing with Quarkus a joyful experience.
341- categories : " data, core , getting-started"
341+ categories : " core, data , getting-started"
342342 id : getting-started-dev-services-tutorial
343343 type : tutorial
344344 url : /guides/getting-started-dev-services
@@ -1033,7 +1033,7 @@ types:
10331033 - title : Simplified Hibernate ORM with Panache and Kotlin
10341034 filename : hibernate-orm-panache-kotlin.adoc
10351035 summary : This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1036- categories : " data, alt-languages"
1036+ categories : " alt-languages, data "
10371037 type : guide
10381038 url : /guides/hibernate-orm-panache-kotlin
10391039 - title : Simplified Hibernate Reactive with Panache
@@ -1051,7 +1051,7 @@ types:
10511051 - title : Simplified MongoDB with Panache and Kotlin
10521052 filename : mongodb-panache-kotlin.adoc
10531053 summary : This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1054- categories : " data, alt-languages"
1054+ categories : " alt-languages, data "
10551055 type : guide
10561056 url : /guides/mongodb-panache-kotlin
10571057 - title : SmallRye Fault Tolerance
@@ -1087,14 +1087,14 @@ types:
10871087 - title : Testing Your Application
10881088 filename : getting-started-testing.adoc
10891089 summary : " This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1090- categories : " tooling, core , native"
1090+ categories : " core, tooling , native"
10911091 id : testing
10921092 type : guide
10931093 url : /guides/getting-started-testing
10941094 - title : Tips for writing native applications
10951095 filename : writing-native-applications-tips.adoc
10961096 summary : This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1097- categories : " writing-extensions, core , native"
1097+ categories : " core, writing-extensions, native"
10981098 type : guide
10991099 url : /guides/writing-native-applications-tips
11001100 - title : Using Apache Kafka Streams
@@ -1336,13 +1336,13 @@ types:
13361336 - title : Validation with Hibernate Validator
13371337 filename : validation.adoc
13381338 summary : This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1339- categories : " data, web "
1339+ categories : " web, data "
13401340 type : guide
13411341 url : /guides/validation
13421342 - title : Writing JSON REST Services
13431343 filename : rest-json.adoc
13441344 summary : JSON is now the lingua franca between microservices.
1345- categories : " serialization, web "
1345+ categories : " web, serialization "
13461346 type : guide
13471347 url : /guides/rest-json
13481348 - title : Writing REST Services with RESTEasy Reactive
0 commit comments