cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Portal Redirect url for specific User groups

Former Member
0 Kudos

Hi there,

For a customer we have developed a html5 application that is deployed on the portal server.

Now we would like to have a redirect to that application when the user group is a specific customer (let's say group = customer)

Is it possible to have a redirect from the portal url (http://<host>:<port>irj/portal) to this URL (<http://<host>:<port>/app/index.html) after logged on into the portal.

I've tried this with the masterrule by creating a  portal desktop with an URL-iView in it. But when we do to this the html5 application loses it's responsive design by the SAP Portal framework and it will not adjust when we run log on to the portal with a mobile device (iPad, iPhone) So a hard redirect of the URL is required.

Thanks in advance.

Michiel

Accepted Solutions (0)

Answers (2)

Answers (2)

kiruthika_s
Active Participant
0 Kudos

Hi Michiel,

Kindly refer the below help link to configure url alias and assign that in the master rule collection for particular user group

https://help.sap.com/saphelp_nw73/helpdata/en/70/a21a5301f848e8b566fdbb38ffbdb6/content.htm

Regards

Kiruthika<

Former Member
0 Kudos

Hi Kiruthika,

Thanks for your reply. But the URL-alias is only for an input. So if the URL-Alias contains app/index, then you can do something.

But I want to have it like this, if user-group = APP then URL-Alias will be app/index.

But this can't be done in the masterrule unfortunately.

thanks,

Michiel

Former Member
0 Kudos

Hi Michiel,

Please check if the following thread, using the windows features, is relevant for your need.

https://scn.sap.com/thread/1213019

Best regards,

Etay

Former Member
0 Kudos

Hi Michiel,

What is the version and SP level?

Regards,

Etay

Former Member
0 Kudos

Hi Etay,

Thanks for your reply.

Version is 7.31

SP level is 14

Regards,

Michiel

Former Member
0 Kudos

correction SP level is 13

Regards,

Michiel

Former Member
0 Kudos

Hi Michiel,

Please try and use Generic iView instead of a URL iView.

https://help.sap.com/saphelp_nw73/helpdata/de/49/cd18d831f22221e10000000a42189d/content.htm

I recommend to check if you can use FLP and run the application there.

Best regards,

Etay

Former Member
0 Kudos

Hi Etay,

Sorry for the delay, but I tried it with the Generic iView, but this didn't work, to force the redirect from irj/portal to my app/index, so the iView is still shown within the portal framework.