Integrate Alfresco with Wordpress by external SSO

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 08:39 AM
You have to configure the two main components of Alfresco:
- Alfresco Repository: Configuring external authentication | Alfresco Documentation
- Alfresco Share: Configuring Alfresco Share to use an external SSO | Alfresco Documentation
Hope this helps
