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

Disable OSDD Processing When SSO is Enabled #2804

Closed
marevol opened this issue Feb 8, 2024 · 0 comments
Closed

Disable OSDD Processing When SSO is Enabled #2804

marevol opened this issue Feb 8, 2024 · 0 comments
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Feb 8, 2024

We're implementing a change to disable Open Search Description Document (OSDD) processing when Single Sign-On (SSO) is active. This adjustment is necessary to ensure seamless integration and functionality of our authentication system. Here are the key changes:

  1. Introduction of a configuration parameter sso.type in FessConfig.java to manage SSO settings.
  2. Modification of OsddHelper.java to conditionally disable OSDD based on the SSO settings.
  3. Addition of constants AUTO and NONE in Constants.java to facilitate the new configuration logic.
  4. Update of FessConfig.java and FessProp.java to support the new osdd.link.enabled logic, transitioning its default value from true to auto.

These modifications aim to enhance our software's authentication process by intelligently toggling OSDD availability in the presence of SSO.

@marevol marevol added this to the 14.12.0 milestone Feb 8, 2024
@marevol marevol self-assigned this Feb 8, 2024
@marevol marevol closed this as completed in 208531e Feb 8, 2024
marevol added a commit that referenced this issue Feb 8, 2024
marevol added a commit that referenced this issue Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant