...
Spring CORS Configuration
IdP V4.2 Spring provides a native/proprietary mechanism for supporting this via Spring. A global bean called shibboleth.CorsConfigurations
may contain a map of org.springframework.web.cors.CorsConfiguration declarations, where the key of each entry corresponds to the locations under the <context>/profile URL tree (e.g., /oidc/token
correponds with https://idp.example.org/idp/profile/oidc/token
).
...