Skip to content
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

xAPI LRS as oAuth Provider #1110

Open
kellertobias opened this issue Dec 13, 2022 · 1 comment
Open

xAPI LRS as oAuth Provider #1110

kellertobias opened this issue Dec 13, 2022 · 1 comment

Comments

@kellertobias
Copy link

kellertobias commented Dec 13, 2022

Hello. the company I work for is thinking about implementing xAPI in our product. Do I understand https://github.com/adlnet/xAPI-Spec/blob/1.0.2/xAPI.md#security correctly, that an xAPI LRS can be used to authenticate a user agains using the oAUTH workflow? (so similar to google or facebook social login)?

The goal is to have the user that is known by the other LMS/ LRS to log into our application without the need to explicitly create a user account or sync the list of available users in our application first.

@vbhayden
Copy link
Member

OAuth is an option, but not every LRS will have it etc.

TL;DR: LRS credentials themselves are more for distinguishing which system (or LRS tenant, in the case of multi-tenant solutions) is actually sending the xAPI statements.

For your specific situation, an LMS user doesn't typically log into the LRS themselves -- or even need to know that the LRS exists at all tbh. xAPI statements and information about a user are typically sent by a module within the LMS itself, which would have its own LRS credentials for handling that communication. The statement's actor property will identify the user in question as the subject of the statement, so users aren't required to have unique credentials to attribute them to xAPI statements, but there might be an LRS solution out there which takes this approach.

Hope that helps some,
-Trey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants