authts / oidc-client-ts

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
https://authts.github.io/oidc-client-ts/
Apache License 2.0
1.33k stars 197 forks source link

oidc-client-ts with apple provider #1060

Open philipmvp opened 1 year ago

philipmvp commented 1 year ago

Does oidc-client-ts support login with apple? I have configured to use it with Apple but I get CORS error while invoking token endpoint.

pamapa commented 1 year ago

OAuth and OIDC are standard independent of your OS. The browser however must have support for some features. I see no reason why Apples webkit should not be functional.

CORS error usually mean a configuration error on the server side of your application. You typically must configure your application uri and redirect uri to an allow list...

philipmvp commented 1 year ago

Sorry, I wrote it wrongly. My question is whether oidc-client-ts supports login to Apple Identity provider. I got the CORS error when the oidc-client-ts invoked the token end point.