devise_saml_authenticatable icon indicating copy to clipboard operation
devise_saml_authenticatable copied to clipboard

Make attribute-map.yml path configurable

Open morissetcl opened this issue 2 years ago • 1 comments
trafficstars

Hello,

I am wondering if it will be possible to make attribute-map.yml path configurable? It can happens that we already use this (generic) naming in a project, we can also want to be more explicit in the naming(eg: saml-attribute-map.yml) or put this file under a module.

What do you think? If it make sense I will be happy to help.

Thanks.

morissetcl avatar Jul 10 '23 20:07 morissetcl

Yeah, I could see this being a sensible option. You could also solve this by setting saml_attribute_map_resolver to your own class and reading from a different file.

adamstegman avatar Jul 12 '23 18:07 adamstegman