You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Hi, after register a nemiro.oAuth API in my project, when a try to signing user with FaceBook or Twitter i get the followin mesagges:
api.twitter.com/oauth/authorize?oauth_token=DdapZwAAAAAA4_VyAAABY19RKB0:1 Failed to load resource: the server responded with a status of 400 ()
Home:1 Failed to load https://api.twitter.com/oauth/authorize?oauth_token=DdapZwAAAAAA4_VyAAABY19RKB0: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://localhost:44305' is therefore not allowed access. The response had HTTP status code 400.
Hi, after register a nemiro.oAuth API in my project, when a try to signing user with FaceBook or Twitter i get the followin mesagges:
api.twitter.com/oauth/authorize?oauth_token=DdapZwAAAAAA4_VyAAABY19RKB0:1 Failed to load resource: the server responded with a status of 400 ()
Home:1 Failed to load https://api.twitter.com/oauth/authorize?oauth_token=DdapZwAAAAAA4_VyAAABY19RKB0: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://localhost:44305' is therefore not allowed access. The response had HTTP status code 400.
Home:1 Failed to load https://www.linkedin.com/uas/oauth2/authorization?client_id=8649u8izdndqu5&response_type=code&state=fc48a1908548404caffb0338018ffd7f&scope=r_basicprofile%20r_emailaddress&redirect_uri=https%3A%2F%2Flocalhost%3A44305%2FHome%2FExternalLoginResult: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://localhost:44305' is therefore not allowed access.
Home:1 Failed to load https://www.facebook.com/dialog/oauth?client_id=225631291319901&response_type=code&state=a93f3e7389a241489483bd8f4ca5b8ec&scope=public_profile%2Cemail&redirect_uri=https%3A%2F%2Flocalhost%3A44305%2FHome%2FExternalLoginResult: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://localhost:44305' is therefore not allowed access.
in mi project i used the nemiro.OAuth like this:
[Route("LoginExterno/{provider}")]
[HttpPost]
[AllowAnonymous]
//[HttpGet]
could you help me please?, what I do wrong in the implementation.
thenak in advance.
The text was updated successfully, but these errors were encountered: