Versions Compared

Key

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

...

Code Block
https://www.example.com/uas/saml2/SessionRelayService?entityID=urn:uuid:3A97e9cf6b-5218-4cb8b0b9-bab5d35e6c9b&RelayState=/insert/home/page/here&locale=sv


where: -

  • entityID has to be application objects entityID from Ubisecure SSO Management UI

...

  • RelayState is relative address on target application server where browser is redirected(so called deep linking)

...

  • locale is users used language (optional)
  • isPassive true/false (optional, default false)
  • forceAuthn true/falseĀ (optional, default false)
  • oneTimeUse true/falseĀ (optional, default false)

You can map this address to a nicer shorter URL using any other tools (by redirect).

...