-
Notifications
You must be signed in to change notification settings - Fork 14
[ENG-9049] Update CAS FE to match angular OSF #94
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cslzchen
commented
Sep 19, 2025
futa-ikeda
approved these changes
Sep 30, 2025
* Force throw a few http errors for testing purpose * Add TODO to disable force http errors and CAS exceptions for prod
…nd left pane (#88) --------- Co-authored-by: Longze Chen <cslzchen@gmail.com>
* Overlay CasServerProperties as of apereo-cas 6.2.8 * Create a new DevModeProperties to set dev mode options and add it to CasServerProperties * Enable dev mode for SimpleUrlHandlerMapping and OsfPrincipalFromNonInteractiveCredentialsAction * Only force-triggering selected http errors and authentication exceptions in dev mode
… header and left pane UI/UX (#92) * Overlay spring-boot and sprint-webmvc classes * DispatcherServlet as of spring-webmvc 5.2.6.RELEASE * WebMvcEndpointChildContextConfiguration as of spring-boot 2.2.8.RELEASE * DispatcherServletAutoConfiguration as of spring-boot 2.2.8.RELEASE * Override DispatcherServlet config and impl to support OsfUrlProperties * Update left pane to use use OsfUrlProperties from customized Dispatcher * Improve left pane and header for osf layout * Sync layout, left pane and header between between default and osf * Fix sign-up button and remove dead code
* Add background image * Update email + password login page * Update 2fa login page * Adjust position of the reveal-password icon slightly --------- Co-authored-by: Longze Chen <cslzchen@gmail.com>
* Remove OSF banner UI from exception pages * Remove auth error tips from exception pages * Tweak login-error-card and card-message
* Update institution login page * Update institution unsupported page * Update ToS page
…vice pages + Update OAuth workflow (#98) * Remove branded login from all affected pages * Remove fragment osfbannerui and serviceui and their CSS * Fix 405 language * Update generic logged-in and logged-out page * Rework OAuth confirm and error pages
3d28651 to
7fe3cf2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
https://openscience.atlassian.net/browse/ENG-9049
Purpose
Update CAS FE to match angular OSF
Changes
Credits
@futa-ikeda