Pieter

Results 6 comments of Pieter

Hey @brian-mann, I looked at the recipes, but unless i'm mistaken, Microsoft is not allowing Resource Owner Password Credentials grant for web applications. So testing with cy.request and sending the...

@blex18 as a work around for now I use puppeteer to do the login in microsoftonline, then I set the variables that are in puppeteer localstorage in cypress localstorage and...

@brian-mann I'm using the msal library provided by microsoft to do the authentication in the app. The request from the library is just a redirect with an identifier to the...

I created a quick gist of how we are using puppeteer to get the auth tokens, you can find it here: https://gist.github.com/pieterdv/82773fbe036719479d76ab0a4985dc3b probably the script can be improved but for...

The logs from Safari Web Inspector While testing I also noticed that L1 and R1 are also not responding. When I close full screen, and start pressing L2/R2 sometimes the...

@redphx I haven't configured any custom mapping, so I would assume not?