Jesús Ángel del Pozo
Results
2
issues of
Jesús Ángel del Pozo
Hello: I am facing some issues while trying to make the djangosaml2 sample work in Windows. I can not sign the request before sending it to the IdP because xmlsec...
Windows
Add 'auto_bind_models' => array( 'CreatorModel' => 'CreatedBy', 'ModifierModel' => 'ModifiedBy' ) to $this->_defaults And then, replace: CreatedBy => array('className' => $this->settings[$model->alias]['user_model'], With $this->settings[$model->alias]['auto_bind_models']['CreatorModel'] => array('className' => $this->settings[$model->alias]['user_model'], And $ModifiedBy =>...