User is not removed using keycloak client
See original GitHub issuescenario:
- Create user “pepa” and add them to group recv_*
- Verify that user has permissions to receive messages
- Remove user “pepa”
- Create user “pepa” and add them to group send_*
- verify that user “pepa” does not have permissions to receive messages --> now fails
test reproducer is currently in branch “client-authz-tests”
make MULTITENANT=true SYSTEMTEST_ARGS='standard.authz.AuthorizationTest#testUserPermissionAfterRemoveAuthz' systemtests
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Built-in clients can no longer be deleted · Issue #9496
In Keycloak 15.0.2 it was possible to delete built-in clients of a realm ( account , account-console , broker , …). Trying the...
Read more >[keycloak-user] can not delete user using REST API
I was able > to create the user with this id.And i am able to delete the user using > Advanced REST Chrome...
Read more >Keycloak delete user give me an 401 Unauthorized error
Hi, I am user keycloak 3.1. I've tried to use kc.realm(realmName).users().delete(id), but it is still giving me a 401 unauthorized ...
Read more >[KEYCLOAK-953] Allow user to delete account
Require both user and client to have the role delete-account; Exposed through Account REST API; Account console should display warning prior to ...
Read more >Server Administration Guide
Not -before revocation policies per realm, application and user. CORS support - Client adapters have built-in support for CORS.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lulf I think I know where is an issue: looks like that user is not removed using keycloak client in systemtests,:
fixed