Actions
Feature #14060
closedEnable configuration of OpenIdAuthentication.store
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Hi there,
this is a small patch, which should provide the possibility to configure the OpenIdAuthentication.store.
This throws many warnings and spams the log-file on each start.
Message:
OpenIdAuthentication.store is nil. Using in-memory store.
There is also a discussion about this here: http://www.redmine.org/boards/1/topics/35523?r=37706#message-37706
About the Patch:- Added a new initializer which initialize the Store with a environment setting, if this isn't preserved, he loads a default value.
- Added two demo configurations to the environments production and development
Best regards,
Daniel
Files
Actions