Description
Provide a generic OIDC provider support
### Tasks
- [ ] https://github.com/geosolutions-it/MapStore2/issues/10151
- [x] Merge PR https://github.com/geosolutions-it/geostore/pull/330
- [x] Merge PR https://github.com/geosolutions-it/geostore/pull/357
- [x] add the configurations to `spring-security-context.xml` (see Other information)
- [x] document the change above in migration guidelines
- [x] document the configuration of OIDC provider.
- [ ] backport all PRs above
Other information
Here the configurations to add to spring security context, following the ones of geostore.
<bean id="oidcSecurityConfiguration" class="it.geosolutions.geostore.services.rest.security.oauth2.openid_connect.OpenIdConnectSecurityConfiguration"/> here
<security:custom-filter ref="oidcOpenIdFilter" after="BASIC_AUTH_FILTER"/> here
Description
Provide a generic OIDC provider support
Other information
Here the configurations to add to spring security context, following the ones of geostore.
<bean id="oidcSecurityConfiguration" class="it.geosolutions.geostore.services.rest.security.oauth2.openid_connect.OpenIdConnectSecurityConfiguration"/>here<security:custom-filter ref="oidcOpenIdFilter" after="BASIC_AUTH_FILTER"/>here