function saml_sp__metadata_url in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 saml_sp.module \saml_sp__metadata_url()
- 8.2 saml_sp.module \saml_sp__metadata_url()
- 7.8 saml_sp.module \saml_sp__metadata_url()
- 7.2 saml_sp.module \saml_sp__metadata_url()
- 7.3 saml_sp.module \saml_sp__metadata_url()
- 3.x saml_sp.module \saml_sp__metadata_url()
Generate a URL for the IdP metadata.
File
- ./
saml_sp.module, line 60 - SAML Service Provider.
Code
function saml_sp__metadata_url($idp) {
return Url::fromRoute('saml_sp.metadata', [], [
'absolute' => TRUE,
]);
}