adlnet / CATAPULT

The goal of the cmi5 Advanced Testing Application and Player Underpinning Learning Technologies (CATAPULT) project is to create a cmi5 player and test suite software to help the DoD education and training community transition from legacy e-learning systems and tools toward an integrated enterprise-wide learning ecosystem.
https://adlnet.gov/projects/cmi5-CATAPULT/
Apache License 2.0
44 stars 21 forks source link

Sign in credentials appearing in Chrome #51

Open ADLMeganBohland opened 1 year ago

ADLMeganBohland commented 1 year ago

They will not leave if clicked on or ignored. This is happening in student view.

I had Schweta clear her cache, and try resigning into Moodle. The issue persisted. IT does not seem to happen to her in Firefox.

MicrosoftTeams-image (3)

ADLMeganBohland commented 1 year ago

I spoke with Trey Hayden this morning. This does not appear to be an issue with the plugin. Rather this is a known issue with the Catapult/player suite. It is an oddity with a single page app setup, when it gets disconnected from the server it can still serve the page, but will prompt for sign in issues. This is an issue with Catapult overall, and only happens sporadically. Needs to be investigated on that project.

bekiomonov commented 1 month ago

Did anybody solve this issue? 🤔

vbhayden commented 1 month ago

I think we did resolve this, so it may be a configuration issue for your setup -- can you describe how you're deploying either the CTS or the cmi5 Player @bekiomonov ?

bekiomonov commented 1 month ago

@vbhayden Here's my config for cmi5 Player:

HOST_PORT=63398
CONTENT_URL=http://127.0.0.1:63398/content
API_KEY=dae668d8f916a6223fe0257c30a8303f9552729fb625b998fc779565aa089396
API_SECRET=67a0e2e2f54858f7fe04ef9e85fc8c34d359011738b738ef58c4ef36cec6cbbc
TOKEN_SECRET="some random string"
LRS_ENDPOINT="http://host.docker.internal:80/my-lrs/xapi"
LRS_USERNAME="username"
LRS_PASSWORD="password"

CTS:

HOST_PORT=63399
PLAYER_HOST_PORT=63398
PLAYER_CONTENT_URL=http://127.0.0.1:3398/content
PLAYER_KEY=dae668d8f916a6223fe0257c30a8303f9552729fb625b998fc779565aa089396
PLAYER_SECRET=67a0e2e2f54858f7fe04ef9e85fc8c34d359011738b738ef58c4ef36cec6cbbc
PLAYER_TOKEN_SECRET="some random string"
LRS_ENDPOINT="http://host.docker.internal:80/my-lrs/xapi"
LRS_USERNAME="username"
LRS_PASSWORD="password"

However, I'm testing my own course generated in Articulate. For LRS I'm using "LRS Lite" from Veracity Learning. Description of the issue: As soon as I refresh launched course (on a separate tab) it asks me to Sign in:

Screenshot 2024-07-26 at 15 27 59

I have no idea what username and password to put. I try to sign in with account created for CTS, but it gives me an error:

Screenshot 2024-07-26 at 15 36 08

Thanks!)