Single sign on

Options
Hi , 

(Using php)

I am trying to do a third party sso using Blackbaud as the identity provider. But To verify users we validate with the signature provided in response. But signature created in my code isn't not same as provided in response. Can someone please help me create the signature to verify users?


$hash= md5($userid.$timestamp.$privatekey);


$timestamp is one received in response. I have tried using time() function, strtotime() to convert to epoch time.


Thank You for your help.


Thank You,

Mittal
Tagged:

Comments

  • Mittal Kotariya:

    Hi , 

    (Using php)

    I am trying to do a third party sso using Blackbaud as the identity provider. But To verify users we validate with the signature provided in response. But signature created in my code isn't not same as provided in response. Can someone please help me create the signature to verify users?


    $hash= md5($userid.$timestamp.$privatekey);


    $timestamp is one received in response. I have tried using time() function, strtotime() to convert to epoch time.


    Thank You for your help.


    Thank You,

    Mittal

    Hi Thank You,


    This is working there is no issue with it.


    Thank You,

    Mittal

Categories