Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Lucidchart
urlhttps://

...

lucid.

...

app/

...

lucidchart/360009b3-9781-4118-84f2-bff1051ec03d/edit?referringApp=slack&shared=true&page=YBLcG4Co7B49V#

There are 3 entry points that touches the SSO with MyAccount:

...

URL params to send over when getting redirect URL

Code Block
r={referer} ex. "/profile"
c={'/profile' // referer
c='play-local' // client code}
link=1 // force login / register with specific email={Play
email='elarouche@spordle.com' // account username}

This will force the user getting redirected to sign in or sign up using the email address of the account. Once the user is redirected back to play. We will update the identity id (externalId) only when we receive the call back with the token.