You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/versioned/main/index/quarkus.yaml
+31-31Lines changed: 31 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@ types:
466
466
url: /guides/security-architecture
467
467
- title: Quarkus Security overview
468
468
filename: security-overview.adoc
469
-
summary: "Quarkus Security is a framework that provides the architecture, multiple authentication and authorization mechanisms, and other tools for you to build secure and production-quality Java applications."
469
+
summary: "Quarkus Security is a framework that provides the architecture, multiple authentication and authorization mechanisms, and other tools to build secure and production-quality Java applications."
470
470
categories: security
471
471
topics:
472
472
- security
@@ -580,6 +580,23 @@ types:
580
580
id: resteasy-reactive-virtual-threads
581
581
type: howto
582
582
url: /guides/resteasy-reactive-virtual-threads
583
+
- title: Using OpenID Connect (OIDC) and Keycloak to centralize authorization
584
+
filename: security-keycloak-authorization.adoc
585
+
summary: Learn how to enable bearer token authorization in your Quarkus application using Keycloak Authorization Services for secure access to protected resources.
586
+
keywords: sso oidc security keycloak
587
+
categories: security
588
+
topics:
589
+
- security
590
+
- authentication
591
+
- authorization
592
+
- keycloak
593
+
- sso
594
+
- oidc
595
+
extensions:
596
+
- io.quarkus:quarkus-oidc
597
+
- io.quarkus:quarkus-keycloak-authorization
598
+
type: howto
599
+
url: /guides/security-keycloak-authorization
583
600
- title: YAML configuration
584
601
filename: config-yaml.adoc
585
602
summary: "Optionally, use `application.yaml` instead of `application.properties` to configure your application."
- title: OpenID Connect client and token propagation quickstart
697
+
filename: security-openid-connect-client.adoc
698
+
summary: "Learn how to use OpenID Connect (OIDC) and OAuth2 clients with filters to get, refresh, and propagate access tokens in your applications."
699
+
categories: security
700
+
topics:
701
+
- security
702
+
- oidc
703
+
- client
704
+
extensions:
705
+
- io.quarkus:quarkus-oidc-client
706
+
type: tutorial
707
+
url: /guides/security-openid-connect-client
679
708
- title: Protect Quarkus web application by using an Auth0 OpenID Connect provider
680
709
filename: security-oidc-auth0-tutorial.adoc
681
710
summary: "Quarkus Security provides comprehensive OpenId Connect (OIDC) and OAuth2 support with its quarkus-oidc extension, supporting both Authorization code flow and Bearer token authentication mechanisms."
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
733
+
summary: "Discover how to secure application HTTP endpoints by using the Quarkus OpenID Connect (OIDC) authorization code flow mechanism with the Quarkus OIDC extension, providing robust authentication and authorization."
705
734
categories: "security, web"
706
735
topics:
707
736
- security
@@ -1786,18 +1815,6 @@ types:
1786
1815
- io.quarkus:quarkus-narayana-lra
1787
1816
type: guide
1788
1817
url: /guides/lra
1789
-
- title: OpenID Connect Client and Token Propagation Quickstart
1790
-
filename: security-openid-connect-client.adoc
1791
-
summary: "This guide explains how to use OpenID Connect and OAuth2 Client and Filters to acquire, refresh and propagate access tokens."
1792
-
categories: security
1793
-
topics:
1794
-
- security
1795
-
- oidc
1796
-
- client
1797
-
extensions:
1798
-
- io.quarkus:quarkus-oidc-client
1799
-
type: guide
1800
-
url: /guides/security-openid-connect-client
1801
1818
- title: Packaging And Releasing With JReleaser
1802
1819
filename: jreleaser.adoc
1803
1820
summary: This guide covers packaging and releasing CLI applications using the JReleaser tool.
@@ -2449,23 +2466,6 @@ types:
2449
2466
- io.quarkus:quarkus-oidc
2450
2467
type: guide
2451
2468
url: /guides/security-openid-connect-multitenancy
2452
-
- title: Using OpenID Connect (OIDC) and Keycloak to Centralize Authorization
2453
-
filename: security-keycloak-authorization.adoc
2454
-
summary: This guide demonstrates how your Quarkus application can authorize access to protected resources using Keycloak Authorization Services.
2455
-
keywords: sso oidc security keycloak
2456
-
categories: security
2457
-
topics:
2458
-
- security
2459
-
- authentication
2460
-
- authorization
2461
-
- keycloak
2462
-
- sso
2463
-
- oidc
2464
-
extensions:
2465
-
- io.quarkus:quarkus-oidc
2466
-
- io.quarkus:quarkus-keycloak-authorization
2467
-
type: guide
2468
-
url: /guides/security-keycloak-authorization
2469
2469
- title: Using OpenTelemetry
2470
2470
filename: opentelemetry.adoc
2471
2471
summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide distributed tracing for interactive web applications.
0 commit comments