Jump to content

SSO in PHP


Jiheld

Recommended Posts

Hi,

 

I have a website http://www.gamerscafe.nl based on phpbb with a portal

People can register there and make an account and then can play arcade games.

 

I also want multiplayer games.

I found a site who host them and you can make your own channel en put that in your site.

All fine, but people need to register there also to for playing those multiplayer games. also the one on my site.

 

Now there is a way in IFram with SSO to make your members play those games.

 

I have a channel_key:xxxxxxx from them

and a channel_ID:xxxxxx

I need a uid from my Database user_id

and a username, that i also get from my DB then i have to make a auth_sig = md5(user_id+channel_key) that all must be in a link

http://www.come2play.com/channel_auth.asp?channel_id=xxxxx&user_id=xxxx&username=xxxx&auth_sig=xxxxxxxxxxxx and that must be placed in the IFrame i got from them.

is there a way in PHP to make those links so if a member logs in he or she can play with SSO? think best is in PHP.

Hope somebody can help me with this.

regards,

 

Jiheld

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/187324-sso-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.