Implement activities_profile and agents_profile credential scopes, similar to the profile scope recommended in this section of the xAPI spec. We implement those two scopes instead of the profile scope directly since:
there is already a reserved profile keyword for OIDC
it would allow the user to be more granular with their document scopes
In addition, we add a lrsql.scope-test namespace for HTTP tests on different credential scopes (as different scopes are not covered by the xAPI conformance tests).
Implement
activities_profile
andagents_profile
credential scopes, similar to theprofile
scope recommended in this section of the xAPI spec. We implement those two scopes instead of theprofile
scope directly since:profile
keyword for OIDCIn addition, we add a
lrsql.scope-test
namespace for HTTP tests on different credential scopes (as different scopes are not covered by the xAPI conformance tests).