-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]How do I Automate the SSO Login Prompt. #5053
Comments
Looks like in your script you click 'submit' first and then you type into username and password fields. Also you have random waitForNavigations there, not sure why you need all that! https://playwright.dev/docs/next/auth has some auth examples. |
(this does not look like a bug report against Playwright, so closing!) |
HI @pavelfeldman |
I have opened #5061 as I guess the information wasn't provided properly by me. The first submit is to get over the page where user has to enter Email. The next Login prompt appears after that. |
When i type the application URL I am presented with the below screen first,
![image](https://user-images.githubusercontent.com/4015081/105059117-dcaa9000-5a6e-11eb-812d-afe5245d72b5.png)
As I enter Email Address and Click next I am have this SSO Login Window.
![image](https://user-images.githubusercontent.com/4015081/105059223-f2b85080-5a6e-11eb-887a-6dbce7e8bcf9.png)
I am using Playwright with CodeceptJS and have the below code:
The text was updated successfully, but these errors were encountered: