Questions tagged [apple-oauth2]
7 questions
2
votes
1 answer
Flutter: Server side apple sign in error ( client_id mismatch )
We have a website with Apple login. The App ID and service ID for this login are com.website.login and com.website.service.login respectively and users are able to log in without any issues.
Now, we are building a mobile app and would like to…

dtandon
- 108
- 5
2
votes
1 answer
OAuth2 & OpenID Connect - mobile app & backend server access & refresh token usage
So I'm trying to use Google Sign In and Sign in with Apple in my native mobile app which also communicates with my own backend server. I think I have the grasp of the OAuth2 flow and the concept of ID Tokens behind OpenID Connect. The only doubt I…

d.kowalsky92
- 35
- 6
1
vote
0 answers
How to read HTTP body from manual Apple Sign in - using Chrome Identity API
I have a Chrome extension MV3 for which I need to implement Apple Sign in. Apparently it is not possible yet to use the Firebase Auth service to implement 3rd party oauths because popups/redirects (needed for Apple Sign in) are currently not…

Camron
- 503
- 5
- 19
0
votes
0 answers
Adding a custom URI Handler (Facebook, Apple, Google) OAuth
I am expanded my user authentication schema to include Browser Fingerprints alongside the user login. I need to add a custom URI handler to each OAuth redirect_uri parameter.
I tried to append the browser fingerprint at the client-side directly onto…

StartupNation
- 21
- 3
0
votes
0 answers
How to get identityToken from apple account?
I want to create "Sign in with apple" function and using for this drf-social-oauth2.
Does anyone knows how to get identityToken from apple account for testing, for example google has OAuth2 playground?
Should I create apple developer account?
0
votes
0 answers
Why appleid.apple.com/auth/token response header don't contains X-Rate-Limit?
When I use appleid.apple.com/auth/token to get accessToken, I need to constantly pay attention to the rate limit of my account. In https://developer.apple.com/documentation/appstoreconnectapi/identifying_rate_limits, it told that "The API presents…

SteveZC
- 1
0
votes
1 answer
Apple Omniauth - HTTP Origin header (https://appleid.apple.com) didn't match request.base_url (https://myurl.com)
i am trying to implement omniauth-apple in my rails app and get the following error after apple redirects to my page.
HTTP Origin header (https://appleid.apple.com) didn't match request.base_url (https://myurl.com)
Does anyone know a solution?

Jonas Schmitt
- 53
- 5