Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use WSO2 Identity Server with Apache Httpd mod_auth_mellon

I want to use the Apache Webserver 2.4 as ServiceProvider with mod_auth_mellon (SAML). As identity provider I am using WSO2 Identity Server. Can anybody help how to pair those two? Has anybody experience?

like image 942
mounty0722 Avatar asked Dec 05 '25 19:12

mounty0722


1 Answers

see https://github.com/UNINETT/mod_auth_mellon; you would put the path to the metadata file obtained from the WSO2 identity server in the directive MellonIdPMetadataFile

like image 73
Hans Z. Avatar answered Dec 08 '25 14:12

Hans Z.