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
Described in Accessing NonRDF-Sources directly via browser, in which case storage server itself is being used as oauth client. We may need to specify that when storage server is being used as oauth client, it has unconstrained access to all resources it hosts.
The text was updated successfully, but these errors were encountered:
and then try to load any page that's protected (like check.html).
in my implementation of WAC, every request has an effective origin (even if there's no explicit origin, like with anOrigin header or app ID). in the absence of an explicit Origin for a request authenticated with a cookie, the "same origin" is assumed. there's no implicit permission for the same origin; a resource's ACL MUST grant permission for the same origin for a "local login" to have access to that resource. in my implementation you can say that with acl:origin </>.
Described in Accessing NonRDF-Sources directly via browser, in which case storage server itself is being used as oauth client. We may need to specify that when storage server is being used as oauth client, it has unconstrained access to all resources it hosts.
The text was updated successfully, but these errors were encountered: