-
vinaycs9 replied to the topic Post authentication request will go through OpenIG too in the forum General Discussion 6 years, 8 months ago
no comment till now ??
-
vinaycs9 started the topic Protected application use Request.getRemoteUser method to fetch userd in the forum Identity Gateway 6 years, 8 months ago
Hi,
SSO need to enabled in app1 and app2. user is authenticated to access app1 and tries to access app2. app2 application uses request.getRemoterUser() method to fetch user id . ( I guess , it is basic authentication where it is supposed that user has been autenticated alrady while fetching user id)Is there any configuration in OPENIG so that…[Read more]
-
vinaycs9 replied to the topic Where actual ip of protected application resides in Open IG configuration in the forum General Discussion 6 years, 8 months ago
Hi Laurent ,
Thanks for your reply.
Yes I know this field but do you mean that in this field , we need to use IP ( or LB IP) of protected application .
Actually in tutorial and in the link you provided , URL (“baseURI”:http://www.example.com:8081“) is mentioned and anyway we have already modified the dns entry to point to openig , then in that…[Read more] -
vinaycs9 started the topic Post authentication request will go through OpenIG too in the forum General Discussion 6 years, 8 months ago
Suppose OpenIG is working as SP and OPENAM is working as IDP. user is authenticated through SPInitiatedSingleSignOn ,user is authenticated and logged into application. Now , If user navigates multiple links of protected application , all those request will come back to OPENIG , will be passed through OpenIG again and again ?? and userid/ name…[Read more]
-
vinaycs9 started the topic Where actual ip of protected application resides in Open IG configuration in the forum General Discussion 6 years, 8 months ago
Since DNS entry of application need to be modified to point to IP of OpenIG. When request need to be forwarded to application ,It must use somewhere the actual Ip of application to be protected. Where that Ip resides in configuration of Open IG ??