Dario Ghunney Ware
Dario Ghunney Ware
# Description Please provide a summary of the changes, including relevant motivation and context. Closes #(issue_number) ## Checklist - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I...
# Description of Changes * Refactoring of SSO code around OAuth & SAML 2 * Enabling auto-login with SAML 2 via the new `SSOAutoLogin` property * Correcting typos & general...
### Feature Description Enable encryption for SSO ### Why is this feature valuable? This feature would allow users to encrypt their keys as they go through the OAuth flow, thereby...
### Feature Description Separate the Open Source code from the enterprise code for more clarity between the two. Ensure enterprise code remains in public GitHub and viewable ### Why is...
### Feature Description When a user sign's in using SSO, we should save their details to the DB using the ID given by the SSO provider they have chosen instead...
# Description of Changes Introducing the new `common` module to house common beans, classes and configuration properties that will be used across Stirling PDF. It will also alleviate issues around...
- Fixing SAML2 login & logout - Implemented SP-initiated Single Logout (SLO) - `enableSingleLogout` to enable SP-initiated SLO - Added divider for SAML providers on login page --- ### UI...
# Description of Changes - Fixed logout for Keycloak using `id_token_hint` with fallback - Better logout for OIDC providers with `end_session_endpoint` discovery - Corrected auth token in `JwtAuthenticationFilter` Closes: -...