Skip to content

Pushing State Parameter

Scenario:

  • User visits website
  • Websites requests an VP from User
  • User selects Cloud PCM
  • Website redirects to Cloud PCM (with stateparameter)
  • VP Service will catch it, prepare it and redirect to Cloud PCM Login (with state parameter)
  • IF Login is required, website redirects to keycloak(with state parameter)
  • after login, state parameter is used by Cloud PCM UI to pickup from backend the presentation definition (with state parameter)
  • Cloud PCM UI is then jumping to the VP Page where a selection must be made
  • after clicking send, website pushes selection to account service and account service replies with an redirect to website

Tasks to do:

  • ensure tha state parameter survives login and is available in Web ui
  • Integrate Call to account service for credential groups (provided by storage service)
  • Account Service must call storage service with presentation definition which he gets from VP Service
  • Scenario for this feature
Edited by Eduardo Orthmann