single sign on - Yii2 with SSO + kerberos -


i want configure sso on yii cannot find docs anywhere. on yii 1.x have cwebuser , cuseridentity class under protected/components folder. on yii2.x not know how create similar setup.

now built-in components of framework. should extend them use wish. model can user model long implement identityinterface , if have app-advanced setup find under common/models/user.php or in app-basic setup under models/user.php. here guide follow.

however check controllers behaviors access authentication control actions defined. if need different cerberos need create component implements authinterface.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -