Skip to content

OIDC provider support #10056

@offtherailz

Description

@offtherailz

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions