Skip to content
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

OIDC provider support #10056

Closed
6 of 7 tasks
offtherailz opened this issue Mar 12, 2024 · 1 comment · Fixed by #10465 or #10152
Closed
6 of 7 tasks

OIDC provider support #10056

offtherailz opened this issue Mar 12, 2024 · 1 comment · Fixed by #10465 or #10152
Assignees
Milestone

Comments

@offtherailz
Copy link
Member

offtherailz commented Mar 12, 2024

Description

Provide a generic OIDC provider support

Tasks

Preview Give feedback
  1. Accepted C206-DEUTSCHE_BAHN-2024-SUPPORT enhancement
    afabiani offtherailz
    tdipisa

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
@offtherailz offtherailz added the New Feature used for new functionalities label Mar 12, 2024
@offtherailz offtherailz added this to the 2024.01.00 milestone Mar 12, 2024
@offtherailz offtherailz self-assigned this Mar 12, 2024
@tdipisa tdipisa modified the milestones: 2024.01.00, 2024.02.00 Mar 18, 2024
@offtherailz offtherailz mentioned this issue Jul 9, 2024
12 tasks
@tdipisa tdipisa self-assigned this Jul 12, 2024
@tdipisa
Copy link
Member

tdipisa commented Jul 12, 2024

@ElenaGallo this issue will be tested by @tdipisa and @offtherailz.

@tdipisa tdipisa linked a pull request Jul 12, 2024 that will close this issue
@tdipisa tdipisa reopened this Jul 12, 2024
@tdipisa tdipisa linked a pull request Jul 12, 2024 that will close this issue
17 tasks
@tdipisa tdipisa closed this as completed Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants