Questions tagged [mellon]

18 questions
1
vote
0 answers

Apache mod auth mellon force to check signature

I am using the mod auth mellon on apache for authentication on my SP. I have added on the SP metadata the directive to require signed resonses
ThemThem
  • 38
  • 5
1
vote
0 answers

Integrate ADFS with Angular

I have an angular application whose login page is available at: hostname/login. This login used a user table on my db. Now for needs I had to integrate the login with an ADFS server. I used the mod_auth_mellon in Apache. However, I need to pass two…
microinfo
  • 87
  • 2
  • 10
0
votes
0 answers

Upgraded rhel apache from 2.2 to 2.4 - authz_core:error - AuthType configured with no corresponding authorization directives - 500 error

I upgraded rhel 6 to 7 and it did also the upgrade from apache 2.2 to 2.4 I also have the edgewall trac 1.0.7 version (had to manually deinstall el6 trac10 package and reinstall el7 package). I am using mellond module to authentificate users with…
ultimo_frogman
  • 91
  • 3
  • 11
0
votes
1 answer

Apache2 mod_mellon: How to get "MELLON_NAME_ID" in CustomLog?

I use Apache2.4 with mod_mellon as a SAML auth solution against Azure. This works okay, but I'm like to have the UPN of the user in my custom logs. So I tried different approaches but without luck yet: CustomLog /var/log/apache2/myhost_request.log…
ChrisTG74
  • 101
  • 1
0
votes
0 answers

Apache mellon authorization condition / whitelist

I have implemented mellon (SAML2) authorization for apache web server, which works fine. Now I need to exclude API folder (URL) from this authorization, because API has it's own auth mechanism. The application is running on CodeIgniter, so the…
filip.karas
  • 596
  • 2
  • 11
  • 27
0
votes
1 answer

auth_mellon httpd mod return Lasso error: [-205] Parsed XML is invalid

I'm trying to use auth_mellon mod to add SAML authentication to a website. Followed the tutorial here : https://jdennis.fedorapeople.org/doc/mellon-install/mellon-install-guide.html I'm not the one who generated the XML file on the IDP side…
Ise
  • 11
  • 2
0
votes
0 answers

Impersonation with Keycloak and Apache Mellon in PHP

I'm currently working on an application that uses the Mellon and Keycloak as the identity provider, using SAML for the authentication flow. I'm trying to implement an impersonation feature in my application that would allow a user with certain…
Aien Saidi
  • 159
  • 7
  • 25
0
votes
0 answers

Apache Fallback Authentication from GSSAPI to Mellon

I have an Apache server where users authenticate to a website through Kerberos/GSSAPI (mod_auth_gssapi). In the event of a user attempting to visit the site externally (not available on the network ldap server), I would like to fallback to SAML…
0
votes
1 answer

Why am I getting Endpoint "logout/" not handled by mod_auth_mellon when attempting to logout of my application

I am running apache 2.4.7 on an oraclelinux 8.5 compute instance. I have the mod_auth_mellon 0.14 module installed and configured per all the documentation. I have succeeded in performing an sp-initiated sso login to my application, but when I…
dnraikes
  • 275
  • 1
  • 4
  • 14
0
votes
2 answers

Configuring multiple SAML apps with mod_auth_mellon in Apache?

We have a requirement to support SAML for SSO (Okta and Google). I have been able to set up my own custom SAML application in Google and configure mellon in apache. However, we have a requirement to configure SAML in Okta for customers and SAML in…
Prajith
  • 1
  • 2
0
votes
1 answer

Example to support both SAML and OpenIDC

I have a requirement to support both OIDC(openidc) and Mellon(Saml) in our application.We have created two apps in Okta for testing the flow. OIDC App SAML App httpd.conf looks something like below :
Prajith
  • 1
  • 2
0
votes
1 answer

whether or not CX5 need dpdk-devbind.py to bind nic businfo

dpdk 18.11 , when use mlx5 nic, use dpdk-devbind.py -b igb_uio 0000:xx:00.0 ,it show mlx5_pci_probe(): no Verbs device matches PCI device 0000:xx:00.0, are kernel drivers loaded? whether or not use dpdk-devbind.py -b igb_uio 0000:xx:00.0
liangbo
  • 1
  • 1
0
votes
1 answer

Can't handle HTTP multiple attribute values in Perl

I'm facing with a really strange issue. I interfaced a SAML authentication with OTRS which is an ITSM written in Perl and the Identity Provider sends the attributes as follow : LoginName : dev-znuny02 mail : test2@company.dev Profile :…
Caner
  • 72
  • 1
  • 7
0
votes
1 answer

How do I make OKTA redirect a parameterized URL correctly?

TLDR: I have a site protected with Okta SAML authentication, but somehow during my redirect and authentication phase, the redirect, which is a parameter in the URL, gets lost. Looking for advice. Background: I have a Linux server with Apache using…
Paul Pehrson
  • 138
  • 1
  • 10
0
votes
1 answer

Segmentation Fault on 'lasso_saml20_provider_load_metadata' with mod_auth_mellon

I'm try to use mod_auth_mellon to authenticate with SAML2. I've configure properties, but when i access the application page i receive a segmentation fault error. Analyzing this issue i see on GDB this error: Program received signal SIGSEGV,…
1
2