-
Notifications
You must be signed in to change notification settings - Fork 13
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
Missing implementation of LocalTest.Services.Storage.Implementation #4
Comments
Will be handled by Altinn/altinn-storage#127, see first "main problem". |
@altinnadmin It would be a quick win to implement the missing methods. I don't think this should be put on hold because of future support of multiple Storage backends. |
@acn-sbuad Are you sure? If what Henning is writing is correct, it is most methods?
|
I created an issue covering one of the methods some time ago: #30 |
Is your feature request related to a problem? Please describe
In OED we need to look up instances. Most of the methods in LocalTest.Services.Storage.Implementation are not implemented (throws NotImplementedException) - including all methods to search for instances.
Another problem is that the HomeController.GetTestOrgToken doesn't support setting read/write scopes need use APIs above.
Describe the solution you'd like
Implement the not implemented methods mentioned above, and add support for setting read/write scopes in GetTestOrgToken.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: