You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use an https URL in Net::SAML2::IdP->new_from_url causes the module to die due to failure to retrieve metadata.
After debugging, it was down to a dependency on LWP::Protocol::https
Installing that module resolves the issue.
Attempting to use an https URL in Net::SAML2::IdP->new_from_url causes the module to die due to failure to retrieve metadata.
After debugging, it was down to a dependency on LWP::Protocol::https
Installing that module resolves the issue.