Good morning,
We’re setting up a new instance of OnDemand and are having issues with mod_auth_mellon. We’re probably missing something, just wanted to check with someone that has more experience with this.
Following this: SAML Authentication with Active Directory Federated Services (ADFS) and mod_auth_mellon — Open OnDemand 3.0.3 documentation
So we wget the metadata, then run export mellon_endpoint=“https://$(hostname)/mellon”
Then run the create_metadata.sh script: /usr/libexec/mod_auth_mellon/mellon_create_metadata.sh “${mellon_endpoint}/metadata” “${mellon_endpoint}”
This creates a .cert and a .key file, but not an .xml file. It is my understanding that we should have another .xml file generated as well, correct? As the next step says to put in the path to both a MellonSPMetadataFile and a MellonIdPMetadataFile:
MellonSPPrivateKeyFile /etc/httpd/mellon/mellon.key
MellonSPCertFile /etc/httpd/mellon/mellon.cert
MellonSPMetadataFile /etc/httpd/mellon/mellon_metadata.xml
MellonIdPMetadataFile /etc/httpd/mellon/idpmetadata.xml
The idpmetadata.xml is not the same as the mellon_metadata.xml correct?
Any help on this would be appreciated. Thank you.