config.cors.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth-code Show documentation
Show all versions of oauth-code Show documentation
A microservice server that authenticates and redirects authorization code.
# Cors Http Handler Configuration. This is to support connection
# from light-portal single page application which might served
# from another domain/host. You may need to update allowedOrigins.
---
description: ${cors.description:Cors Http Handler}
enabled: ${cors.enabled:true}
allowedOrigins:
- http://localhost:8080
allowedMethods:
- GET
- POST
- PUT
- DELETE