Hello!
i'am trying to integrate Nextcloud Hub 21 and Gluu 4.1
i used settings from this thread, but when i press Download Metadata XML i see this in nextcloud log:
{"reqId":"YKg5lBIGNlzu0Rh45l7lvgAAAAE","level":3,"time":"2021-05-21T22:52:04+00:00","remoteAddr":"ip-addres_hiden for_security_reason","user":"--","app":"index","method":"GET","url":"/index.php/apps/user_saml/saml/metadata","message":{"Exception":"OneLogin\\Saml2\\Error","Message":"Invalid array settings: idp_cert_or_fingerprint_not_found_and_required","Code":2,"Trace":[{"file":"/var/www/html/nextcloud/apps/user_saml/lib/Controller/SAMLController.php","line":247,"function":"__construct","class":"OneLogin\\Saml2\\Settings","type":"->","args":[{"strict":true,"debug":false,"baseurl":"https://nextcloud.my_site.com/index.php/apps/user_saml/saml","security":{"nameIdEncrypted":false,"authnRequestsSigned":false,"logoutRequestSigned":false,"logoutResponseSigned":false,"signMetadata":false,"0":"And 9 more entries, set log level to debug to see all entries"},"sp":{"entityId":"https://nextcloud.my_site.com/index.php/apps/user_saml/saml/metadata","assertionConsumerService":{"url":"https://nextcloud.my_site.com/index.php/apps/user_saml/saml/acs"},"NameIDFormat":"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified","singleLogoutService":{"url":"https://nextcloud.my_site.com/index.php/apps/user_saml/saml/sls"}},"0":"And 1 more entries, set log level to debug to see all entries"}]},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":218,"function":"getMetadata","class":"OCA\\User_SAML\\Controller\\SAMLController","type":"->","args":[null]},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":127,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\User_SAML\\Controller\\SAMLController"},"getMetadata"]},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/App.php","line":157,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\User_SAML\\Controller\\SAMLController"},"getMetadata"]},{"file":"/var/www/html/nextcloud/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\User_SAML\\Controller\\SAMLController","getMetadata",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"user_saml.SAML.getMetadata"}]},{"file":"/var/www/html/nextcloud/lib/base.php","line":993,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/user_saml/saml/metadata"]},{"file":"/var/www/html/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/nextcloud/apps/user_saml/3rdparty/vendor/onelogin/php-saml/src/Saml2/Settings.php","Line":141,"CustomMessage":"--"},"userAgent":"ShibbolethIdp/3.4.6 OpenSAML/3.4.5","version":"21.0.2.1"}
Where could be the problem?
Thank you.