cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate Mac OX personal space in SAP Portal

Former Member
0 Kudos

Greetings Mac Master,

I'm trying to integrate the Mac OX personal space (Ical, blog, Wiki ...) into my SAP Portal by urls Ivew, but when i test my link i have the error message in the portal which says "the content can not be display in the frame".

But if i test by opening in a new windows it work, can you tell me if i miss somethings ?

Thank you all for your advises

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solve by my self

erik_hendrix
Explorer
0 Kudos

Mind sharing the solution with the community in case someone else runs into the same issue?

Thanks.

Former Member
0 Kudos

Hello Erik,

Yes your are right, the solution was to edit the httpd_teams_required.conf file in the apache2 folder by changing the line :

Before:

<IfModule mod_headers.c>

Header set X-Frame-Options "SameOrigin"

</IfModule>

After :

#<IfModule mod_headers.c>

  1. Header set X-Frame-Options "SameOrigin"

#</IfModule>

Before edit the line turn off the web services first, when it's done restart it.

Cheers.

Williams