ef-keycloak-connect 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1073,7 +1073,7 @@ class KeycloakService extends Keycloak {
|
|
|
1073
1073
|
async createUser(username, password, token, userRoles) {
|
|
1074
1074
|
|
|
1075
1075
|
let assignRole = [];
|
|
1076
|
-
let assignGroups = ['
|
|
1076
|
+
let assignGroups = ['agents_permission', 'default'];
|
|
1077
1077
|
|
|
1078
1078
|
return new Promise(async (resolve, reject) => {
|
|
1079
1079
|
|
|
@@ -1121,7 +1121,7 @@ class KeycloakService extends Keycloak {
|
|
|
1121
1121
|
temporary: false
|
|
1122
1122
|
}
|
|
1123
1123
|
],
|
|
1124
|
-
groups: ["
|
|
1124
|
+
groups: ["agents_permission", "default"]
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
1127
|
let config = {
|