Learning locker LRS communication authentication

966 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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

Authorization Basic base64(your_secrect_usernmae:your_secrect_password)