Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability for users to delete their account in IdP #1163

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

eleftherias
Copy link
Contributor

Fix #1117

To try locally:

  1. Restart Keycloak container docker-compose up -d keycloak
  2. Configure GitHub login make KC_GITHUB_CLIENT_ID=<client_id> KC_GITHUB_CLIENT_SECRET=<client_secret> github-login
  3. Register user by logging in medic auth login
  4. Navigate to http://localhost:8081/realms/stacklok/login-actions/required-action?execution=delete_account&client_id=account-console and go through account deletion flow

Note, this only deletes the user account in Keycloak, not in the mediator DB.

@eleftherias eleftherias merged commit cf32b4f into mindersec:main Oct 11, 2023
12 checks passed
@eleftherias eleftherias deleted the keycloak-account-deletion branch October 11, 2023 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable account deletion in Keycloak
2 participants