We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
johanib
No branches or pull requests
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:
But the user data (name and email) stil shows up in the RA portal:
The text was updated successfully, but these errors were encountered: