OPENID CONNECT (liferay gluu integration) - liferay

I am trying to integrate gluu server with liferay. I am following the link
How to deploy oxAuth Liferay plugin.
Glue server ubuntu installation guide
I have tested my gluu-server with mod_auth_oidc (ping identity) and it is working properly.So, I think there is no server side problem. But when I am following the above mentioned link,even the redirection is not happening and the logs are not helpful.
Q1. How to integrate using mod_auth_oidc + oxRay hook + gluuserver + liferay?
Q2. Where can I get oxAuthRP as a substitute of mod_auth_oidc?(as mod_auth_oidc is written in C)?
Q3. How to enable liferay as a Relying party?
Any other way to accomplish the task?
Thanks in advance.

Related

Can I deploy NodeJS Web API to Microsoft IIS?

I have a problem, because I created NODEJS API and I have to deploy it on Microsoft IIS. I have never done this before. Is it possible to do? If yes, I will be very grateful if someone describes how to do this.
If you want to host node.js application, you should firstly install the node.exe and the a build of iisnode.
https://nodejs.org/en/#download
https://github.com/tjanczuk/iisnode
After installed the IIS nodes, you could set up samples, from the administrative command prompt call %programfiles%\iisnode\setupsamples.bat.
More details, you could refer to below article:
https://www.hanselman.com/blog/InstallingAndRunningNodejsApplicationsWithinIISOnWindowsAreYouMad.aspx
I don't think if that will help you but usually NodeJS don't need a server to be live unlike php or .NET so you can create a server on NodeJS itself and launched very easy .
also IIS used for statics content and .NET websites about 90% .

Using Nodejs with IIS for REST service using Express

We're using Nodejs + Express to create a RESTful web service. During testing we kicked off the service via the command-line, i.e., node mim.js and and tested the service using http://server:9999/mim/GetEmployeeData and that works fine.
The node application lives in inetpub\wwroot\myapps\mim and we want to be able to access it like so:
http://apps.mydomain.com/mim/GetEmployeeData
We're not quite sure how to get this to work with IIS, however. Looking for some help with respect to this.
Thanks in advance!
See this Hosting node.js applications in IIS on Windows tutorial:
https://github.com/tjanczuk/iisnode
It explains many different scenarios and since you din't post a lot of details it's hard to give you a more detailed answer other than pointing you to a good documentation about the thing that you're trying to do.

How do i integrate jhipster with Stormpath

I am trying to use jhipster. The sample works nice out of the box.
I want to configure it to use Stormpath User management - https://github.com/stormpath/stormpath-spring-security/wiki
I could not find any blog/article on ensuring the Spring Server and AngularJS Client both use StormPath.
check this out-> JHipster sub-generator.
Have a look at this fork. i used it in my project and it works quite good.
https://github.com/moifort/generator-jhipster/tree/user-managment

How to monitor Wildfly with Nagios?

I've read that it's possible to monitor Wildfly with Nagios in links like this one and I also know that there are solutions that provide that service as well.
Does anybody knows how to do that, how to monitor Wildfly with Nagios, any recommendations on how to start? Any reference would be very appreciated.
You can consider using JSON based HTTP management API. Sample plugin (Python based) for JBossAS - standalone mode is available here https://github.com/aparnachaudhary/nagios-plugin-jbossas7. This should also work for WildFly.
Some details about WildFly HTTP Management API can be found here https://docs.jboss.org/author/display/WFLY9/The+HTTP+management+API

Nodejs adapters in worklight

I am trying to change the compile engine of worklight from rhino to nodejs by following the steps mentioned in this URL
It was specifically mentioned that the above method doesn't work for 6.2 version. I am using 6.2v and tried it once but with no luck...., is there any other way to achieve this?
Thanks!!
There is currently no way to use nods.js-based adapters in Worklight 6.2, as you have already mentioned. That is still valid.
You can submit a feature request here: http://www.ibm.com/developerworks/rfe/

Resources