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/guides-latest.yaml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -370,51 +370,51 @@ categories:
370
370
- title: Using OpenID Connect (OIDC) to Protect Service Applications
371
371
url: /guides/security-openid-connect
372
372
description: This guide demonstrates how to use the OpenID Connect extension to protect your Quarkus JAX-RS service application using Bearer Token Authorization where the tokens are issued by OpenID Connect Providers such as Keycloak.
373
-
keywords: sso,jwt,security
373
+
keywords: sso,oidc,oauth2,jwt,security
374
374
- title: Using OpenID Connect (OIDC) to Protect Web Applications
description: This guide demonstrates how to use the OpenID Connect extension to protect your Quarkus JAX-RS web application using the Authorization Code Flow and OpenID Connect Providers such as Keycloak.
377
-
keywords: sso,security
377
+
keywords: sso,oidc,oauth2,security
378
378
- title: Using OpenID Connect (OIDC) Multi-Tenancy
379
379
url: /guides/security-openid-connect-multitenancy
380
380
description: This guide demonstrates how your OpenID Connect application can support multi-tenancy so that you can serve multiple tenants from a single application.
381
-
keywords: sso,security
381
+
keywords: sso,oidc,oauth2,security
382
382
- title: Using OpenID Connect (OIDC) and Keycloak to Centralize Authorizations
383
383
url: /guides/security-keycloak-authorization
384
384
description: This guide demonstrates how your Quarkus application can authorize access to protected resources using Keycloak Authorization Services.
385
-
keywords: sso,security
385
+
keywords: sso,oidc,security
386
386
- title: Using OpenID Connect (OIDC) and OAuth2 Client and Filters
387
387
url: /guides/security-openid-connect-client
388
388
description: This guide explains how to use OpenID Connect and OAuth2 Client and Filters to acquire, refresh and propagate access tokens.
389
-
keywords: sso,security
389
+
keywords: sso,oidc,oauth2,security
390
390
- title: OpenID Connect (OIDC) and OAuth2 Client and Filters Reference
description: This guide explains how to configure Quarkus to authenticate against well-known OpenID Connect providers such as GitHub, Google, Microsoft, Apple...
description: Start Keycloak or other providers automatically in dev and test modes.
401
-
keywords: security
401
+
keywords: sso,oidc,security
402
402
- title: Keycloak Admin Client
403
403
url: /guides/security-keycloak-admin-client
404
404
description: Inject a preconfigured Keycloak Admin Client.
405
-
keywords: security
405
+
keywords: keycloak,oidc,security
406
406
- title: Using JWT RBAC
407
407
url: /guides/security-jwt
408
408
description: This guide explains how your application can utilize SmallRye JWT to verify JWT tokens and provide secured access to the JAX-RS endpoints.
409
-
keywords: security
409
+
keywords: jwt,security
410
410
- title: Build, Sign and Encrypt JSON Web Tokens (JWT)
411
411
url: /guides/security-jwt-build
412
412
description: This guide explains how your application can build, sign and/or encrypt JWT tokens with a fluent and configurable SmallRye JWT Build API.
413
413
keywords: jwt,security
414
414
- title: Using OAuth2 RBAC
415
415
url: /guides/security-oauth2
416
416
description: This guide explains how your Quarkus application can utilize OAuth2 tokens to provide secured access to the JAX-RS endpoints.
0 commit comments