You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the login authentication process on the webui, you need to switch from the service page to the Idp, and then switch to the service page after the login or authorized login. You need to think about how to test this process. Because this procedure cannot verify the result with a simple curl command. Consider the alternatives first:
Using the python network request library, simulate real human request behavior, and then assert the final page.
TODO
The text was updated successfully, but these errors were encountered:
During the login authentication process on the webui, you need to switch from the service page to the Idp, and then switch to the service page after the login or authorized login. You need to think about how to test this process. Because this procedure cannot verify the result with a simple curl command. Consider the alternatives first:
The text was updated successfully, but these errors were encountered: