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
For the authentication flow tests to work properly, the Passport SDK must be configured with an appropriate log level that enables auth URL capture. The test automation relies on capturing authentication URLs from Unity's Player.log.
8
+
9
+
**Required Configuration:**
10
+
11
+
In your Unity project's Passport initialisation script, ensure the log level is set to `Info` or `Debug`:
0 commit comments