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

feat: force sso login #1191

Merged
merged 10 commits into from
Dec 11, 2024
Merged

feat: force sso login #1191

merged 10 commits into from
Dec 11, 2024

Conversation

sebastianthulin
Copy link
Member

@sebastianthulin sebastianthulin commented Dec 10, 2024

This pull request includes significant changes to the login and logout functionality, including the integration of Single Sign-On (SSO) with MiniOrange, as well as several enhancements to the login process. The changes introduce new classes, update existing ones, and rename some files for better clarity.

SSO Integration and Configuration:

  • Added MiniOrangeConfig and MiniOrangeConfigInterface to manage MiniOrange SSO settings and check if SSO login is required. (library/Admin/Integrations/MiniOrange/Config/MiniOrangeConfig.php [1] library/Admin/Integrations/MiniOrange/Config/MiniOrangeConfigInterface.php [2]
  • Implemented RequireSsoLogin class to handle redirection to the SSO provider if SSO login is required. (library/Admin/Integrations/MiniOrange/RequireSsoLogin.php library/Admin/Integrations/MiniOrange/RequireSsoLogin.phpR1-R81)

Login and Logout Enhancements:

File Renaming for Clarity:

Additional Changes:

These changes collectively improve the login/logout process, integrate SSO capabilities, and enhance the overall user experience.

@sebastianthulin sebastianthulin merged commit c158674 into main Dec 11, 2024
5 of 7 checks passed
@sebastianthulin sebastianthulin deleted the fix/redirect-to-sso branch December 11, 2024 15:10
Copy link

sonarcloud bot commented Dec 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants