You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10_security.config.erb forces the same auth methods for the several params SEC_*_AUTHENTICATION_METHODS: is it a feature or can we make it more flexible?
Same question goes for the auth string: the very specific ordering of the auth methods (determined by a function), does it obey some constraint/best practice or can we make it more flexible?
The text was updated successfully, but these errors were encountered:
That makes sense :)
It looks like we might need a setup a bit more complex, if so I won't hesitate to submit PRs!
Changing the methods ordering sounds quite easy as it can be defined in 1 parameter, but taking into account the numerous SEC_*_AUTHENTICATION_METHODS would need some further thinking.
10_security.config.erb forces the same auth methods for the several params
SEC_*_AUTHENTICATION_METHODS
: is it a feature or can we make it more flexible?Same question goes for the auth string: the very specific ordering of the auth methods (determined by a function), does it obey some constraint/best practice or can we make it more flexible?
The text was updated successfully, but these errors were encountered: