Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    Thank you for this great insight. Unfortunately, the app and the website operate independently from each other. The only common ground is the OIDC provider for identity management + SSO and a common webservice to CRUD orders. The app does the first steps, saves the unfinished order and passes the user on to the website for further processing. In this case, I guess it might be better to establish a proper M2M OAuth connection and let the app push the necessary state to the website server,anwering with token etc. pp. Commented Feb 2, 2022 at 20:22