dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.66k stars 1.36k forks source link

fix: Keycloak OAuth2: get groups as role_keys per default #2235

Closed berlincount closed 4 months ago

berlincount commented 5 months ago

Description

Small change that makes integrating roles with Keycloak dramatically easier, i.e. stops requiring writing custom code.

(fix not feat because this should have been default and makes indirect usability of the library so much easier for users of Superset and the like)

ADDITIONAL INFORMATION

Closes #1985