cancel
Showing results for 
Search instead for 
Did you mean: 

How To Redirect to a site after logging into the R3 server?

Former Member
0 Kudos

I want to be able to do something like the following:

www.sapr3servername.doimain.com?redirect=www.xyz.com

So the users will be prompted to log into the SAPr3 server, than after the server has authenticated the user, i want the login page to redirect to a URL of my choosing.

How can I do this?  What is the keyword for the parameter in the R3 server ?

Flow

- users will hit www.xyz.com

- If user is not authenticated, xyz.com will direct them to the URL in an iframe: www.sapr3servername.doimain.com?redirect=www.xyz.com

- The user will sign into www.sapr3servername.domain.com with their SAP crednetials

- after the sign on is completed, the R3 server will redirect them back to xyz.com, where they will now be authenticated

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

BUMP

Is this not possible or what?