Hi, so I have been assigned to look into creating a script that will simulate signing-in.
we use Okta for sign in user: the user experience flow goes something like this:
- The user goes to Home Page h t t p s: // w w w . a b c d. c o m
- Selects SignIn
- Modal shows up h t t p s: // s i g n i n g. a b c d. c o m (okta)
- User enters credentials
- User is logged in (w w w . a b c d . c o m) with the correct cookies and session
the problem there are some dynamic calls that happen behind the scenes with okta that I’m not sure how to get them. I was wondering if anyone has run into something similar and can shine some light on how to do this.
Thanks,