Loading WSO2 IS in an iframe for Kibana Dashboard - wso2

I am trying to load a kibana dashboard in my application using iframe and implementing saml sso using wso2 IS.
Now, I want to load the wso2 IS in the iframe and have tried using the X-Frame-Options but it didn't help.
In the Kibana config.yml file, I have tried configuring the x-frame. Is there any particular solution to this or any particular configuration?
Any help is appreciated. Thanks in advance.

Related

Google Analytics integration with Tealium

I am working on Tealium integration with Sitecore and I have installed Tealium Tag Manager Sitecore connector, as well as I have aslo done all the configuration which is needed to use Tealium.
After enabling Google Analytics service from Tealium my website keep loading.
Does anyone have any experience with Sitecore Tealium Connector?
Any help would be appreciated!
I had also faced the same issue.
In my Scenario it was a network proxy issue and i tried the same thing in open network and it worked for me.
Please check your network settings if there is any proxy.

Sitecore Azure deployment

I want to deploy my Sitecore website to Azure.
I am referencing https://sdn.sitecore.net/upload/sdn5/products/azure/310/getting_started_with_sitecore_azure_310-a4.pdf
this pdf file to setup Sitecore Azure but dont know where to put Azure account details its all working at local, has anyone used this before or have idea about this?
The doc you using is dated,
go to the new Sitecore Documentation site install_sitecore_azure

WSO2 try it function doesn't work

I installed wso2 api manager and i changed db from internal h2 db to an external MySql database.
I note that when i click on try it option wso2 console shows me a blank tab.
Has someone got my problem?
Thanks
Stefano
I solved the problem. It depends of apache web server placed in front of che backend api-manager server.
When I click on "try it" tab the api manager try to load the context "/registry" that i didn't define in web server before.
Now all works correctly.
Thanks
Stefano

WSO2 UES service registering method

I am getting my hands on WSO2 UES server. I wrote an jaggery dashboard app and working fine. When porting the jaggery app to another UES server i have to manually register for the SAML sso. After manually configuring i am able to access. Is there any way to automate this?
Yes, you can configure to automate this. Go to /repository/conf/ and in the file sso-idp-config.xml add following configuration.
<ServiceProvider>
<Issuer>MyApp</Issuer>
<AssertionConsumerService>http://x.x.x.x:9763/MyApp/sso.jag</AssertionConsumerService>
<CustomLoginPage>ssoApp/login_processor.jag</CustomLoginPage>
</ServiceProvider>
But this is not recommended at all.

WSO2 web links asks for user authentication

I was trying to learn about WSO2 ESB and use some examples available on the web by WSO2 employees. However accessing these links ask for user authentication. Do I have to register somewhere or is there any temporary issue with the website.
I was trying to learn about WSO2 ESB entitlement mediator and for that I tried to access this URL
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCkQFjAA&url=http%3A%2F%2Fwso2.org%2Fproject%2Fesb%2Fjava%2F4.0.0%2Fdocs%2Fmediators%2Fentitlement.html&ei=Z3PBUfW6HMO3rAfZwoG4BA&usg=AFQjCNGpv2CdS_dZshfV70d4fRlCxgYk_A&bvm=bv.47883778,d.bmk&cad=rja
Help me get access to these resources.
Thanks.
Please access WSO2 docs from the Wiki Dashboard: http://docs.wso2.org/wiki/dashboard.action
Here is a link to the ESB Docs http://docs.wso2.org/wiki/display/ESB460/Enterprise+Service+Bus+Documentation
You can find information about Entitlement Mediator from following link.
http://docs.wso2.org/wiki/display/ESB460/Entitlement+Mediator
I hope this helps.
Thanks!