
pvqda (pvqda) asked a question.
I have a mod_auth_mellon in Apache that used to protect multiple URLs. This means that we have 100+ of URLs to protect using mellon module with different URLs (e.g. https://jira.mycompany.com, rundeck.mycompany.com, openshift.mycompany.com etc.)
I would like to configure all 100+ URL Protect in Okta, but I want to keep only one URL entityID and "Single Sign On URL" for that purpose.
Is there a way to have protect multiple URLs using mellon module in order to support this scenario?

Hi Suresh,
You can configure one SAML application in Okta and the ACS URLs in order to successfully authenticate using mod_auth_mellon. If you encounter issues regarding this integration, please feel free to open a support case with us through an email to support@okta.com and we can go over the integration.
Dragos Gaftoneanu
Developer Support Engineer
Okta Global Customer Care
Hi Dragos,
Thank you for update.. That means one SAML application in Okta and one ACS URL for successful authentication. So we have 100 URLs mean need to create 100 SAML application in Okta and respectively configure in Apache. Am I right ?