---
title: "Role-Based Access Control in Quarkus"
url: https://daily.dev/posts/role-based-access-control-in-quarkus-unhihcgtv
source_url: https://feeds.feedblitz.com/~/890401430/0/baeldung~RoleBased-Access-Control-in-Quarkus
type: article
source: "Baeldung"
published: 2024-05-02T03:33:27.587Z
updated: 2024-05-09T09:28:18.744Z
tags: ["security", "java", "authentication", "quarkus"]
reading_time: 8
upvotes: 6
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Role-Based Access Control in Quarkus

**[Baeldung](https://daily.dev/sources/baeldung)** · 8 min read · 6 upvotes · 0 comments

## Summary

This tutorial discusses Role-Based Access Control (RBAC) and demonstrates how to implement it using Quarkus, a modern Java framework. It explains the concept of RBAC, the tools needed for implementation (such as JSON Web Tokens), and how to integrate RBAC and JWT in a Quarkus application. The tutorial also covers data design, credentials, permissions, testing, and the Quarkus security module.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://feeds.feedblitz.com/~/890401430/0/baeldung~RoleBased-Access-Control-in-Quarkus>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#java](https://daily.dev/tags/java), [#authentication](https://daily.dev/tags/authentication), [#quarkus](https://daily.dev/tags/quarkus)

[View this post on daily.dev](https://daily.dev/posts/role-based-access-control-in-quarkus-unhihcgtv)
