File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/httpserver/jsons Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 <modelVersion >4.0.0</modelVersion >
1919 <artifactId >http-server</artifactId >
20- <version >0.2.32 </version >
20+ <version >0.2.33 </version >
2121 <name >HttpServer</name >
2222 <packaging >jar</packaging >
2323
3030 <dependency >
3131 <groupId >info.unterrainer.commons</groupId >
3232 <artifactId >jre-utils</artifactId >
33- <version >0.2.2 </version >
33+ <version >0.2.3 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >info.unterrainer.commons</groupId >
3737 <artifactId >rdb-utils</artifactId >
38- <version >0.1.10 </version >
38+ <version >0.1.11 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >info.unterrainer.commons</groupId >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class UserDataJson {
2323 private Set <String > realmRoles ;
2424 private Set <String > clientRoles ;
2525 /**
26- * Custom Keycloak-attributes 'tenant_read ' and 'tenant_write ' that have to be
26+ * Custom Keycloak-attributes 'tenants_read ' and 'tenants_write ' that have to be
2727 * set under user/attributes within Keycloak and then mapped using an
2828 * AttributeMapper within Keycloak as well. Are comma-separated lists of
2929 * tenant-IDs.
You can’t perform that action at this time.
0 commit comments