Eli Saado

Results 59 comments of Eli Saado

Same issue, even after disabling preforking

Yeah the app uses certificate pinning, I know how this can be bypassed on android but not on iOS, the search term you need on Google is "disable certificate pinning...

That's very interesting, it could be the access token, a refresh token or an ID token. Was this request made with the app or with the browser?

I see, I have found a new grant_type called authorization_code which is linked to this!

When I try to use your code I get: ``` { "error_description": "Invalid grant: Token has expired", "error": "invalid_grant" } ``` So I think the code you mentioned can actually...

I get the same request made on my android when I try to use our school's new SSO function, I will try to throttle the connection so I get to...

I think it will still be possible to authenticate even with SSO, but it will be very ugly (saving Set-Cookie headers, etc)