From ce08570de53346bcd4dbe1a9f73bfc3bced722cf Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:10:09 +0100 Subject: [PATCH] Added RBAC Guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5eb5409..a6316ef 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Contributions welcome. Add links through pull requests or create an issue to sta * [Angular, OAuth 2.0 Scopes and Keycloak](https://robferguson.org/blog/2019/12/31/angular-oauth2-keycloak/) * [Keycloak, Flowable and OpenLDAP](https://robferguson.org/blog/2020/01/03/keycloak-flowable-and-openldap/) * [How to exchange token from an external provider to a keycloak token](https://www.mathieupassenaud.fr/token-exchange-keycloak/) +* [How to Setup Role Based Access Control (RBAC) with Keycloak](https://www.permit.io/blog/implementing-dynamic-keycloak-rbac-with-permitio) * [Building an Event Listener SPI (Plugin) for Keycloak](https://dev.to/adwaitthattey/building-an-event-listener-spi-plugin-for-keycloak-2044) * [Keycloak user migration – connect your legacy authentication system to Keycloak](https://codesoapbox.dev/keycloak-user-migration/) * [Keycloak Authentication and Authorization in GraphQL](https://medium.com/@darahayes/keycloak-authentication-and-authorization-in-graphql-ad0a1685f7da)