Hello,
I am using the New Universal Login with a custom domain. My usage is as following:
We send users to login.mycompany.com
, user then logs in and get redirected to our backend where a session is created and its token handled.
As far as I know we’re not redirecting/using the /authorize endpoint from our code.
Is there a way using this pattern to give a login hint to the page?
Im trying to generate an URL which would result in an email being prefilled to improve user experience during onboarding onto our service.
Any ideas?
Thank you,