Enable delete account in default Keycloak realm configuration

This commit is contained in:
Joseph Garrone 2024-08-07 06:21:59 +02:00
parent c8cc453942
commit 67ce66765f
7 changed files with 25 additions and 25 deletions

View File

@ -73,7 +73,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["view-profile", "manage-account"] "account": ["delete-account", "view-profile", "manage-account"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -611,8 +611,8 @@
"name": "", "name": "",
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2099,7 +2099,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}

View File

@ -73,7 +73,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["view-profile", "manage-account"] "account": ["delete-account", "view-profile", "manage-account"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -618,8 +618,8 @@
"name": "", "name": "",
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2130,7 +2130,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}

View File

@ -73,7 +73,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["view-profile", "manage-account"] "account": ["delete-account", "view-profile", "manage-account"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -628,8 +628,8 @@
"name": "", "name": "",
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2140,7 +2140,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}

View File

@ -73,7 +73,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["view-profile", "manage-account"] "account": ["delete-account", "view-profile", "manage-account"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -632,8 +632,8 @@
"name": "", "name": "",
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2144,7 +2144,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}

View File

@ -55,7 +55,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["view-profile", "manage-account"] "account": ["delete-account", "view-profile", "manage-account"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -644,7 +644,7 @@
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "https://my-theme.keycloakify.dev", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2088,7 +2088,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}

View File

@ -63,7 +63,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["manage-account", "view-profile"] "account": ["delete-account", "manage-account", "view-profile"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -653,7 +653,7 @@
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "https://my-theme.keycloakify.dev", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2235,7 +2235,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}

View File

@ -63,7 +63,7 @@
"composites": { "composites": {
"realm": ["offline_access", "uma_authorization"], "realm": ["offline_access", "uma_authorization"],
"client": { "client": {
"account": ["manage-account", "view-profile"] "account": ["delete-account", "manage-account", "view-profile"]
} }
}, },
"clientRole": false, "clientRole": false,
@ -767,7 +767,7 @@
"description": "", "description": "",
"rootUrl": "https://my-theme.keycloakify.dev", "rootUrl": "https://my-theme.keycloakify.dev",
"adminUrl": "https://my-theme.keycloakify.dev", "adminUrl": "https://my-theme.keycloakify.dev",
"baseUrl": "", "baseUrl": "https://my-theme.keycloakify.dev",
"surrogateAuthRequired": false, "surrogateAuthRequired": false,
"enabled": true, "enabled": true,
"alwaysDisplayInConsole": false, "alwaysDisplayInConsole": false,
@ -2315,7 +2315,7 @@
"alias": "delete_account", "alias": "delete_account",
"name": "Delete Account", "name": "Delete Account",
"providerId": "delete_account", "providerId": "delete_account",
"enabled": false, "enabled": true,
"defaultAction": false, "defaultAction": false,
"priority": 60, "priority": 60,
"config": {} "config": {}