-
Notifications
You must be signed in to change notification settings - Fork 124
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
Obsolete property in Challenge resource #99
Comments
Hi @JeffreyVerbeek , thanks for the investigation, and PR would be nice. 👍 |
This was actually an easy fix. But I did find something else. |
Thanks @JeffreyVerbeek
|
When using
IChallengeContext.Resource()
the response is aChallenge
object with a status. If the status comes back invalid there should be an error object. The currentIList<object> Errors
in the code is alwaysnull
becouse the property has been replaced since draft 10. It is now a single error with subproblems. It can be fould in section-8At the moment I am not able to get the reason why validation vailed.
Is this something you want to fix yourself or should I create a Pull request?
The text was updated successfully, but these errors were encountered: