Sign in with apple using firebase and angular gives me "Invalid web redirect url" error

Hi @everyone, I have set up the proper app id, serviced ID along with return URL, domains and subdomains(Example domains and subdomains: asdfjkl.firebaseapp.com and return URL: https://asdfjkl.firebaseapp.com/__/auth/handler) in developer.apple.com. And I have created the key as well and added key ID and private key, services ID in firebase apple sign in console as well. But I'm getting Error as "Invalid web redirect url". I haven't provided the App ID, services ID, firebase project ID, Key secret here as they're confidential. Please let me know if any further details are needed.

Answered by DTS Engineer in 806658022

HI @anshuman_bapna,

Since these requests are for a web service, Sign in with Apple expects the client ID used in your request parameters (as well as in the client secret when validating tokens) to match the Services ID.

Please see the following technote for more information about these error responses:

TN3107: Resolving Sign in with Apple response errors https://developer.apple.com/documentation/technotes/tn3107-resolving-sign-in-with-apple-response-errors

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

HI @anshuman_bapna,

Since these requests are for a web service, Sign in with Apple expects the client ID used in your request parameters (as well as in the client secret when validating tokens) to match the Services ID.

Please see the following technote for more information about these error responses:

TN3107: Resolving Sign in with Apple response errors https://developer.apple.com/documentation/technotes/tn3107-resolving-sign-in-with-apple-response-errors

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Sign in with apple using firebase and angular gives me "Invalid web redirect url" error
 
 
Q