devise_saml_authenticatable
devise_saml_authenticatable copied to clipboard
Make attribute-map.yml path configurable
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.
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.