Skip to content
Snippets Groups Projects
Name Last commit Last update
metadata
modules/customauth
README.md
testidp.sql

Test_IdP

metadata/saml20-idp-hosted.php

$metadata['__DYNAMIC:1__'] = [

+ 'auth' => 'custom-userpass',

config/authsources.php

+    'custom-userpass' => [
+        'customauth:External',
+    ],