09-26-2016 09:43 AM
Hello everyone! i'm triying to display my Alfresco Share into an iFrame in wordpress, i followed this doc External SSO and i'm triying use this code for add a http request to my header
function addHeader(){
if(is_user_logged_in()){
global $current_user;
wp_get_current_user();
header("SsoUserHeader: ".¤t_user->user_login);
}
}
But is giving me an error like this:
getting Refures to execute script from '*' because its MIME type ('text/html') is not executable
and strict MIME type is checked
I don't know if i'm doing the correct, but i can't understand this phrase in the doc :
Alfresco Share can be configured to accept a user name from an HTTP header provided by an external authentication system for Single Sign on (SSO).
What can i do?
10-21-2016 08:39 AM
You have to configure the two main components of Alfresco:
Hope this helps
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.