-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting CORS Error #1
Comments
I'm guessing that's because you need to combine your existing HttpSecurity that handles cors with the one I provided. After adding this one, your old is probably overridden? |
I did not have any existing httpsecurity I added annotations @crossorigin but that isnt working I added a cors registru bean that isn't working either |
Fair enough but I can't really help without more information |
@OverRide |
Closing because this is not an issue with the my example code and I haven't been provided with a sample repo to reproduce the error for @AasthaSethia's specific situation. If you you're looking for support, please post on stackoverflow and leave a comment on the blog post (https://sdoxsee.github.io/blog/2021/03/22/multi-tenant-oauth-2.0-resource-servers) where others can assist as well. Regards |
After integrating with my front end app I am getting CORS issue as my pre-flight request is giving me 403
The text was updated successfully, but these errors were encountered: