Parth Swadas (Customer) asked a question.
0D50Z00008G7VKDSA3Okta Classic EngineSingle Sign-OnAnswered2025-06-14T10:29:51.000Z2016-02-16T05:34:32.000Z2018-08-12T04:16:18.000Z
Apache SAML configuration
Hello, We are integrating our internal application with mod_auth_mellon Apache module. Ref URL : http://mkchendil.blogspot.se/2015/03/okta-integration-with-apache-usingmodauthmellon.htmlOur application supports dynamic URL. Is it possible to configure SSO with Dynamic URL and mod_auth_mellon module. /Parth
JP Manansala (Okta, Inc.)Hi Parth, Thanks for posting your inquiries in Okta Community. MellonEndpointPath and the directory which Mellon is protecting should be different. You need to edit the configuration file for your web server. Depending on your distribution, it may be named '/etc/apache/httpd.conf' or something different. You need to add a LoadModule directive for mod_auth_mellon. This will look similar to this: LoadModule auth_mellon_module /usr/lib/apache2/modules/mod_auth_mellon.so To find the full path to mod_auth_mellon.so, you may run: apxs2 -q LIBEXECDIR This will print the path where Apache stores modules. mod_auth_mellon.so will be stored in that directory. You will also need to make sure that Apache's authn_core module is also enabled. Most likely you also want authz_user to be enabled. After you have added the LoadModule directive, you must add configuration for mod_auth_mellon. For more detailed information: https://github.com/UNINETT/mod_auth_mellon Please let me know if you need any additional information or call Okta Support for more information. Thank you. Best, JPExpand Post
JP Manansala (Okta, Inc.)Hi Parth, Thanks for posting your inquiries in Okta Community. MellonEndpointPath and the directory which Mellon is protecting should be different. You need to edit the configuration file for your web server. Depending on your distribution, it may be named '/etc/apache/httpd.conf' or something different. You need to add a LoadModule directive for mod_auth_mellon. This will look similar to this: LoadModule auth_mellon_module /usr/lib/apache2/modules/mod_auth_mellon.so To find the full path to mod_auth_mellon.so, you may run: apxs2 -q LIBEXECDIR This will print the path where Apache stores modules. mod_auth_mellon.so will be stored in that directory. You will also need to make sure that Apache's authn_core module is also enabled. Most likely you also want authz_user to be enabled. After you have added the LoadModule directive, you must add configuration for mod_auth_mellon. For more detailed information: https://github.com/UNINETT/mod_auth_mellon Please let me know if you need any additional information or call Okta Support for more information. Thank you. Best, JPExpand Post- Parth Swadas (Customer)Hi @Jaypee Manansala (Okta), Thanks for your response. Can you please document the changes required for Apache SAML SSO implementation using mod_auth_mellon module on the OKTA developer site.. This will help OKTA customers to integrate apache applications as well. /ParthExpand Post
This question is closed.
