cancel
Showing results for 
Search instead for 
Did you mean: 

Portal URL for Login

Murali_Shanmu
Active Contributor
0 Kudos

Hi

Usually the portal has a url like http://companyname:50000/irj/portal. This will display the default login page.

Now I want to have something like http://companyname:50000/xyz which should instead give me a Popup with username & Password and do the same validation as above. How do I achieve this functionality ?

Suggestions are welcome.

Regards,

Murali.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murali,

The logic for the logon methods is in the com.sap.portal.runtime.logon par.

I tried, and when you invoke via

https://<domain>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.runtime.logon.basicauthenticat...

it gives you a basic authentication popup, however, I'm not being redirected to the portal.....

Hope this helps a bit

Regards,

Robin

Answers (3)

Answers (3)

former_member727238
Discoverer
0 Kudos

HI Murali :

Could u please tell the steps need to be create a static page under the KM content and how we can redirect the portal if the user hits the exit /cancel on the standard application.

Regards

Kumar.

Former Member
0 Kudos

Hi,

as mentioned earlier as well the best option for you is to make changes in umlogonpage.jsp, umlogontopareatext.txt and umlogonbotareatext.txt. This link explains a step by step approach for the same.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/371e9d90-0201-0010-c39c-fd2...

Hope this solves the problem.

Regards,

Vishal Dhawan

PS: Please reward points if answer is helpful.

Former Member
0 Kudos

Hi,

Perhaps Robin's idea might help:

http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm

You can also check the Portal xml descriptor for ideas ...

Regards, Iliyan