Additional scope required for InternalToken?
RichardWhitfield opened this issue · 0 comments
RichardWhitfield commented
I was getting an auth010 error when following this app (using .Net 5 albeit) and my node tree was not updating. I added an additional scope Scope.BucketRead
to the GetInternalAsync
method and this seems to solve the issue.
To note, when I did this all my previously created buckets were visible so the Scope.BucketCreate
was working correctly.
Further update, I have had to also add 2 more scopes for DataRead
and DataWrite
to be able to upload and view models.
Also to clarify this is for the ASP.Net Core version