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

Middleware deprovision does not deprovision user information #465

Open
phavekes opened this issue Nov 29, 2024 · 0 comments
Open

Middleware deprovision does not deprovision user information #465

phavekes opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@phavekes
Copy link
Member

phavekes commented Nov 29, 2024

After calling the deprovisioning API

curl -X "DELETE" -u lifecycle:password -H 'Accept: application/json' "https://middleware/deprovision/urn:collab:person:institution.nl:peter12345" -s

The response suggest deprovisioning was handled correctly:

{"name":"OpenConext Stepup","data":[{"name":"Surfnet.Stepup.Identity.Event.IdentityCreatedEvent","value":{"id":"034f55ad-004e-4673-abc3-a3e89576b6b0","institution":"surf.nl","name_id":"urn:collab:person:institution.nl:peter12345","preferred_locale":"nl_NL","common_name":"John Doe","email":"[email protected]"}},{"name":"Surfnet.Stepup.Identity.Event.GssfPossessionProvenEvent","value":{"identity_id":"034f55ad-004e-4673-abc3-a3e89576b6b0","identity_institution":"institution.nl","second_factor_id":"xxxxxxxxx-17bf-4a2f-9dab-d17b8caedecf","stepup_provider":"tiqr","preferred_locale":"nl_NL","common_name":"John Doe","email":"[email protected]","second_factor_identifier":"rod51i-jhpy"}},{"name":"Surfnet.Stepup.Identity.Event.EmailVerifiedEvent","value":{"identity_id":"034f55ad-004e-4673-abc3-a3e89576b6b0","identity_institution":"surf.nl","second_factor_id":"d6993f01-17bf-4a2f-9dab-d17b8caedecf","second_factor_type":"tiqr","registration_requested_at":"2023-01-12T09:03:58+01:00","preferred_locale":"nl_NL","common_name":"John Doe","email":"[email protected]","second_factor_identifier":"rod51i-jhpy"}},{"name":"Surfnet.Stepup.Identity.Event.PhoneRecoveryTokenPossessionProvenEvent","value":{"identity_id":"034f55ad-004e-4673-abc3-a3e89576b6b0","identity_institution":"institution.nl","recovery_token_id":"1857efd9-928c-4113-8a5a-8b64dd250030","preferred_locale":"nl_NL","common_name":"John Doe","email":"[email protected]"}},{"name":"Surfnet.Stepup.Identity.Event.SecondFactorVettedWithoutTokenProofOfPossession","value":{"identity_id":"034f55ad-004e-4673-abc3-a3e89576b6b0","name_id":"urn:collab:person:institution.nl:peter12345","identity_institution":"institution.nl","second_factor_id":"d6993f01-17bf-4a2f-9dab-d17b8caedecf","second_factor_type":"tiqr","preferred_locale":"nl_NL","common_name":"John Doe","email":"[email protected]","second_factor_identifier":"rod51i-jhpy","vetting_type":{"type":"self-asserted-registration","recovery_token_id":"xxxxxxxx-928c-4113-8a5a-8b64dd250030"}}}],"status":"OK"}

But the user data (name and email) stil shows up in the RA portal:

Image

@phavekes phavekes added this to Stepup Nov 29, 2024
@phavekes phavekes converted this from a draft issue Nov 29, 2024
@phavekes phavekes moved this from New to Backlog in Stepup Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants