cancel
Showing results for 
Search instead for 
Did you mean: 

Login into portal without Logon page

Former Member
0 Kudos

Dear Experts,

I have developed an html page to pass the user id and password to portal by using j_user and j_password.

Now all users are able to access portal content from this html page.

User enter the user id and password in that html page then user will enter into portal successfully without logon page.

If user enters wrong user id and password it is redirecting to portal logon page.

Is it possible to display the exception like "User authentication failed" in html page?

Please suggest me.

Regards,

Venu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venu,

Please check if this is what you are looking for:

Best regards,

Etay

Former Member
0 Kudos

Hi,

It is for display the text on Logon screen.

But my requirement is portal user id and password validation on other website.

I think need to develop web service in back end system and call that web service into that website.

Regards,

Venu