Skip to content

Commit

Permalink
Merge pull request quarkusio#37088 from rolfedh/fix-links-in-protect-…
Browse files Browse the repository at this point in the history
…web-app

Security doc fix: Fix links in Protect a web application topic
  • Loading branch information
sberyozkin authored Nov 14, 2023
2 parents 4ed7e29 + a145839 commit bb0352b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To learn more about the OIDC authorization code flow mechanism, see xref:securit
To learn about how well-known social providers such as Apple, Facebook, GitHub, Google, Mastodon, Microsoft, Twitch, Twitter (X), and Spotify can be used with Quarkus OIDC, see xref:security-openid-connect-providers.adoc[Configuring Well-Known OpenID Connect Providers].
See also, xref:security-authentication-mechanisms.adoc#other-supported-authentication-mechanisms[Authentication mechanisms in Quarkus].

If you want to protect your service applications by using OIDC Bearer token authentication, see xref:security-oidc-bearer-token-authentication-concept.adoc[OIDC Bearer token authentication].
If you want to protect your service applications by using OIDC Bearer token authentication, see xref:security-oidc-bearer-token-authentication.adoc[OIDC Bearer token authentication].

== Prerequisites

Expand Down Expand Up @@ -177,7 +177,7 @@ The `quarkus.oidc.application-type` property is set to `web-app` in order to tel

Finally, the `quarkus.http.auth.permission.authenticated` permission is set to tell Quarkus about the paths you want to protect.
In this case, all paths are being protected by a policy that ensures that only `authenticated` users are allowed to access.
For more information, see xref:security-authorization-of-web-endpoints-reference.adoc[Security Authorization Guide].
For more information, see xref:security-authorize-web-endpoints-reference.adoc[Security Authorization Guide].

=== Start and configure the Keycloak server

Expand Down Expand Up @@ -274,4 +274,3 @@ After you have completed this tutorial, explore xref:security-oidc-bearer-token-
* xref:security-oidc-auth0-tutorial.adoc[Protect Quarkus web application by using Auth0 OpenID Connect provider]
* https://openid.net/connect/[OpenID Connect]
* https://tools.ietf.org/html/rfc7519[JSON Web Token]

0 comments on commit bb0352b

Please sign in to comment.