- πΊπΈUnited States jrb Raleigh-Durham Area, NC, USA
Updated patch for 3.0.12.
On the "Service Provider Setup" page, if you enter a URL in the "Upload Metadata URL" field and click "Fetch Metadata", the
miniorange_saml_sp_issuer
config value is set to $base_url
in the upload_metadata()
function. This should be set to this instead as it is in the submitForm()
function:
$sp_issuer = $base_url . '/samlassertion';
miniorange_saml_sp_issuer
config value is set to "https://example.com" instead of "'https://example.com/samlassertion".
miniorange_saml_sp_issuer
config value correctly.Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Updated patch for 3.0.12.