Conversation
Spec Reviewer Report 📬0 / 2 Requirements met for ticket:
2 unmet requirement(s)
|
30db459 to
18f5a9d
Compare
rpylipow
reviewed
Feb 4, 2026
rpylipow
left a comment
There was a problem hiding this comment.
Changes look good. Could you please also document this new functionality in the README.md?
Author
|
@rpylipow README.md updated ✅ |
rpylipow
approved these changes
Feb 4, 2026
Author
|
@rpylipow How does the release process work for this library? Do we need to do anything else besides merging? |
|
@john-sonz Our axon application runs again the main branch of this So my suggestion is waiting to merge this until after you tested the axon integration with it incase you need to make changes. You should be able to test locally/staging on axon using something like |
lancejjohnson
approved these changes
Feb 9, 2026
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
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.
User description
This PR adds the
on_error_pipelineoption to the IDP config data.on_error_pipelineis a plug pipeline and follows the same behaviour aspre_session_create_pipelineon_error_pipelineis not provided, then the default Samly behaviour is not affectedGenerated description
Below is a concise technical summary of the changes proposed in this PR:
Enhances SSO security and user experience by introducing a customizable error handling pipeline for SAML authentication failures. Updates the
SpHandlerto execute a plug-basedon_error_pipeline, preventing the exposure of technical error details on a blank screen.SpHandlerto catch SAML errors, populate thePlug.Connprivate storage with error details, and trigger the custom error pipeline if configured.Modified files (2)
Latest Contributors(0)
on_error_pipelinefield to theIdpDatastruct and includes logic to load this configuration from the Identity Provider settings.Modified files (2)
Latest Contributors(0)