We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you paste https://md.incommon.org/InCommon/InCommon-metadata.xml into the IdP metadata URL field, ie.
Then the plugin will auto-fill the fields using the first found IDPSSODescriptor.
InCommon-metadata.xml contains thousands of entries. The first one might not be the one we want.
\OneLogin\Saml2\IdPMetadataParser::parseRemoteXML can take a 2nd parameter: $entityId
\OneLogin\Saml2\IdPMetadataParser::parseRemoteXML
$entityId
Entity Id of the desired IdP, if no entity Id is provided and the XML metadata contains more than one IDPSSODescriptor, the first is returned.
We should fix Automatic Configuration to use this parameter, as needed.
https://github.com/pressbooks/pressbooks-shibboleth-sso/blob/5d61f5a8d1eead18bf131c233965762521aa245d/inc/class-admin.php#L124-L125
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you paste https://md.incommon.org/InCommon/InCommon-metadata.xml into the IdP metadata URL field, ie.
Then the plugin will auto-fill the fields using the first found IDPSSODescriptor.
InCommon-metadata.xml contains thousands of entries. The first one might not be the one we want.
\OneLogin\Saml2\IdPMetadataParser::parseRemoteXML
can take a 2nd parameter:$entityId
We should fix Automatic Configuration to use this parameter, as needed.
https://github.com/pressbooks/pressbooks-shibboleth-sso/blob/5d61f5a8d1eead18bf131c233965762521aa245d/inc/class-admin.php#L124-L125
The text was updated successfully, but these errors were encountered: