Skip to content

Commit

Permalink
Add summary to topic
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfedh committed Jan 25, 2023
1 parent aeaf874 commit 1aa81e4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
[id="security-oidc-bearer-authentication-concept"]
= OIDC Bearer authentication
include::_attributes.adoc[]
:categories: security
:categories: security,web

:summary: To secure HTTP access to JAX-RS endpoints in your application, you can use Bearer authentication provided by the Quarkus OpenID Connect (OIDC) extension.

== Overview of the Bearer authentication mechanism in Quarkus

Expand Down Expand Up @@ -918,4 +920,4 @@ Note Quarkus `web-app` applications always require `quarkus.oidc.client-id` prop
* xref:security-authentication-mechanisms.adoc#oidc-jwt-oauth2-comparison[Choosing between OpenID Connect, SmallRye JWT, and OAuth2 authentication mechanisms]
* xref:security-authentication-mechanisms.adoc#combining-authentication-mechanisms[Combining authentication mechanisms]
* xref:security-overview-concept.adoc[Quarkus Security overview]
* xref:security-keycloak-admin-client.adoc[Quarkus Keycloak Admin Client]
* xref:security-keycloak-admin-client.adoc[Quarkus Keycloak Admin Client]

0 comments on commit 1aa81e4

Please sign in to comment.