Open Bionic711 opened 1 year ago
Still seeking assistance if anyone else is having this issue with the V2 API.
The built in Twitter auth provider has stopped working for me - it was working 2 weeks ago.
Is there any specific reason you are going the custom Twitter auth route?
https://github.com/Azure/static-web-apps/issues/1147#issue-1681711340
I am using the roles via function app feature which requires me to use custom authentication schemas. https://learn.microsoft.com/en-us/azure/static-web-apps/authentication-custom?tabs=aad%2Cinvitations#manage-roles
I am also using Apple, Google, and Facebook, which it is my understanding that those are also only supported under Custom Identity Providers.
Understood. How was your experience adding custom Auth to SWA. Would you please guide me towards custom auth in blazor wasm SWA. I would like to include Google and Facebook in my project. I currently only have microsoft and github.
Hi folks, we recommend configuring a custom authentication Twitter provider to bypass any issues with the pre-configured provider, recent unannounced changes to the API have resulted in issues in our authentication registration. Here is the link to custom authentication documentation https://learn.microsoft.com/en-us/azure/static-web-apps/authentication-custom?tabs=twitter%2Cinvitations#configure-a-custom-identity-provider
I just got access to the Twitter V2 API and setup credentials.
I also tried this like I have for Facebook
When I attempt to log in using Twitter, I receive a 302 from .auth/login/twitter to
/.auth/login/twitter?post_login_redirect_uri=/.auth/complete&staticWebAppsAuthNonce=<removed the nonce>
which immediately redirects me to my/login/index.html
as configured in thestaticwebapp.config.json
All my other authentication methods are still working (where when Facebook was not working none of them worked).
I am trying to find out if the Twitter V2 API is supported yet? If it is, how do I make this work? If it is not, what is the ETA to support it?