Search code examples
lrslearning-locker

Learning locker LRS communication authentication


I have created a LRS server and created a client in Learning Locker. When a new client is created username and password is auto generated. But for LRS communication (statements) we need auth code. In docs its not specified to generate auth token for api access. If anyone is familiar with the Learning Locker please help me.


Solution

  • Just pass with the header (Also see Apache is not stripping your authorization header)

    Authorization Basic base64(your_secrect_usernmae:your_secrect_password)