Hi.
i'm out of ideas and need help. Already configured my test app and test site to work with sign in with Apple. Way through mobile app in conduction with my test portal works like a charm but now i stuck with integration of SIWA through webapp. When i redirect end user to follow page:
Constantly see error:
invalid_request
Request missing required parameter or unsupported parameters or invalid redirect url
Already verified my domain, registered redirect URL which is using at redirect_uri parameter, went through a numerous of discussions with samples of this redirect but still no success. Please help.
found root cause of problem: my return URL was too long - more than 54 symbols - seems the limit of parameter - but it isn't mentioned anywhere explicitly - neither at WWDR UI nor at API responses. Also no any docs for https://appleid.apple.com/auth/authorize and it's parameters. Apple please fix that.