Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you need to direct the user to a particular page rather than their Default page/Dashboard you can extend the authentication URL with "?redirect_url="  for example with the token above we can direct someone directly to the topn page as follows:

https://testsystem1.opmantek.com/omk/opCharts/login/53616c7465645f5fd95eadb039692ea599441f8089daf1d7f04ab9ccf479e37fb3afda85b3044f4cde5b15844e9be616?redirect_url=omk/opCharts//omk/opCharts/topn

Once someone is authenticated the client has accessed the first time page, they have suitable been issued auth cookies and all standard URLs work without the token strings work fine (until the time out is reached of course)string in the URL.  You will want to consider how the user is handled to re-authenticate them if the session expires.

...