You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserLifecycle does not support multiple error messages per pop. Having an array of error messages is not allowed. This can be easily fixed on the Openconext-user-lifecycle side. https://github.com/OpenConext/OpenConext-user-lifecycle/pull/62
Stepup-MIddleware is moaning to loudly when an identity is not found. This now results in a FAILED response from StepUp. That's a bit to severe. When an identity is not using StepUp, it should simply respond with an OK with empty data.
The text was updated successfully, but these errors were encountered:
I am trying to deprovision a non-existing user with user lifecycle. The info that is returned cannot be parsed by user-lifecycle, and is different from the other projects:
{"name":"OpenConext Stepup","data":[],"message":["User identified by: urn:collab:person:example.com:student186577 was not found. Unable to provide deprovision data."],"status":"FAILED"}
Lifecycle will fail in this case:
Catchable Fatal Error: Method OpenConext\UserLifecycle\Domain\ValueObject\Client\ErrorMessage::__toString() must return a string value
I think it is best if we give the same answer as the other apps. (Bart Geesink - Aug 15, 2022)
This issue is imported from pivotal - Originaly created at Aug 15, 2022 by Bart Geesink
Two issues are pressing:
https://github.com/OpenConext/OpenConext-user-lifecycle/pull/62
OK
with empty data.The text was updated successfully, but these errors were encountered: