Uninett/mod_auth_mellon

MellonCond does not work with MellonSetEnv(NoPrefix) ?

Closed this issue · 2 comments

The README mentions a possibility to match MellonCond on variables mapped using MellonSetEnv(NoPrefix) but putting following in my .htaccess does not seem to work:

MellonSetEnvNoPrefix ADFS_GROUP http://schemas.xmlsoap.org/claims/Group
MellonCond ADFS_GROUP my-adfs-group [MAP]

auth attempt ends with following error:

Client failed to match MellonCond ADFS_GROUP my-adfs-group [MAP]

I think that is expected to work , ... or am I misreading documentation ?

Thanks

Jarek

Seems I found the problem ..
Cheers

Jarek

Thank you very much! I must admit that I haven't actually used that functionality, and it looks like it wasn't used by the one that implemented it either, so no one had noticed that it didn't work.