Versions Compared

Key

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

...

The system will fill the url with a returnurl appended in its query parameters and shows it the html page. For example, the link would then look like this:

Code Block
languagetext
https://sso.example.com/password/reset?returnurl=https%3A%2F%2Fsso.example.com%2Fuas%2Fauth%2F<conversationID>%2Fresume&entityID%3D<entityID>%26locale%3D<locale>%26template%3D<template>%26method%3D<method>
No Format
https://sso.example.com/password/reset?returnurl=https%3A%2F%2Fsso.example.com%2Fuas%2Fauth%2F<conversationID>%2Fresume&entityID%3D<entityID>%26locale%3D<locale>%26template%3D<template>%26method%3D<method>

In unencoded form the returnurl looks like this:

text
Code Block
language
No Format
https://sso.example.com/uas/auth/<conversationID>/resume&entityID=<entityID>&locale=<locale>&template=<template>&method=<method>

...