cBioPortal / cbioportal

cBioPortal for Cancer Genomics
https://cbioportal.org
GNU Affero General Public License v3.0
581 stars 448 forks source link

Authenticating Users via Tokens in Keycloak #10743

Closed MuhannadBaraghith closed 3 months ago

MuhannadBaraghith commented 3 months ago

I set the optional property: dat.filter_user_role for a specific roles of users in the application.properties file. However, when I remove myself from the roles added to the property "dat.filter_user_role" I still get authorized and can access the cBioPortal. How can I filter the authorized users only to access the cBioPortal?

Is it possible to filter the roles for users as well? if not could you please implement this as a new feature.

Thanks in advance :)