-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bug: Unable to preview/view component assets unless logged into CMS #1434
Comments
@pomegranited How does one get the MFE without being explicitly logged in to the CMS? What are the steps for reproducing this? |
Logging into the MFE is done via the LMS, not the CMS, so we're logged in to the LMS, but not necessarily to the CMS. And CMS auth is SSO now. The API hits that the MFE makes to the CMS are authenticated with JWTs -- which gets around this issue. But when the page just makes a normal request to view a static file, unless we've gone through the full CMS SSO login process, we're not authenticated
I've updated the issue with the steps. |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts Friendly reminder that this is ready for AC testing on the sandbox |
The user must be explicitly logged in to the CMS or they get a 403 when trying to view library component assets.
See e.g deer.jpg.
We'll need a solution that works for both the Authoring MFE and the Learning MFE.
Steps to reproduce
The text was updated successfully, but these errors were encountered: