-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 10.0.0-alpha.6 -- update sildisco module for SSP 2 #260
Conversation
update sildisco module for SimpleSAMLphp 2
Use more use statements
misc. cleanup
remove "beta test" feature
From the diff man page: "For proper operation, patch typically needs at least two lines of context"
Customized multi-IdP behavior
…ameid fix the AddIdp2NameId filter
…-variables set global twig variables using controller
set trusted.url.domains using an environment variable
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't say I've reviewed all of the code but on the basis that someone has it should be ok. On the other hand you might wan't someone else to tick the box.
Thanks. Previous reviews should be enough, but if other people are willing and available, I wouldn't turn away more input (before or after merge). |
if (!empty($spEntityId)) { | ||
$idpList = DiscoUtils::getReducedIdpList( | ||
$idpList, | ||
$this->getMetadataPath(), | ||
$spEntityId | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the SP Entity ID is empty, does this mean that the IDP List used might now include more entries than it should (since it won't be reduced)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Do you think it would be better to throw an exception instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so. It may be that we try it and learn that's not what we want, but I'd rather err on the side of failing loudly rather than silently.
Changed
entityDisplayName
Twig filter for displaying the IdP and SP names.entityid
in every entry, and makename
an array.Removed
Fixed