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
Post a Comment