cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating a non-Portal system via a web service SSO

Former Member
0 Kudos

Hi all,

Hope you could help with this scenario. There is a request from a client to integrate a non-Portal website into their Portal system via a single-sign on web service. In particular,

1. Portal user will see an iView in the Portal with the following form elements:

--username field

--employee ID field

--submit button

*there will be no password field because it is already fixed (can be fixed/hardcoded in the web service call)

2. Upon clicking the Submit button, the web service call is executed

--the web service response contains a URL (which is the non-Portal website)

3. The Portal automatically displays the contents of the URL in the iView

Is this a feasible scenario? What is the best way to implement this?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member218672
Active Contributor
0 Kudos

Hi Charisse,

You are going in the right direction. I can give some technical input like you need to create the wsdl and need to create a stub after that using this wsdl and inside this stub all the informations will need to be mentioned.

Regards,

Sen