Hi ,
I need to apply on my website,when any one login on my website ,then from my website there should be some link which will redirect to mydbr.
so at that time it should not ask for agsin login.
i have already set the environmental setting "token" and "sso url".
but i get confused for hash calculation
$hash = sha1( $user . $name . $groups . $token . MYDBR_SECRECT );
what i need to provide a value for $token ?
is $group can be blank ?
Is MYDBR_SECRECT number is a token number which we get from environmental setting could you please confirm this ?