We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide a generic OIDC provider support
The content you are editing has changed. Please copy your edits and refresh the page.
spring-security-context.xml
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"/>
<security:custom-filter ref="oidcOpenIdFilter" after="BASIC_AUTH_FILTER"/>
The text was updated successfully, but these errors were encountered:
@ElenaGallo this issue will be tested by @tdipisa and @offtherailz.
Sorry, something went wrong.
offtherailz
tdipisa
Successfully merging a pull request may close this issue.
Description
Provide a generic OIDC provider support
Tasks
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"/>
hereThe text was updated successfully, but these errors were encountered: