Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.
PLEASE READ - Webmaster Support Forum
This forum will be retired in the near future. Please direct all queries to our dedicated GitHub support page https://github.com/vatsimnetwork/developer-info/discussions 
Here you can find documentation on our services and we are continuing to migrate pertinent information into the Wiki pages https://github.com/vatsimnetwork/developer-info/wiki

SSO login php


Joseph Donat
 Share

Recommended Posts

Joseph Donat
Posted
Posted

Hello,

I'm trying to test out an SSO login with php, and have gotten Kieran's code running nicely on my server, using the demo SSO link. I'd like to get this working so that it will log a user into an control panel, but an unsure of the best way to authenticate them and make sure that it's actually them, keeping the data as secure as possible. This needs to work across multiple pages.

If someone could perhaps show me some code to do it, that would be even better!

Thanks a lot,

JDB

Joseph Donat
Deputy Division Director, VATSIM Middle East & North Africa  
vACC Director, VATSIM Kuwait & Iraq
##  [email protected] 
##
 http://vatsim.me/    
     

1185353147_Signature(1).png.e6818c4256541cb309a1888bad7c9d33.png

 

 

 

Link to comment
Share on other sites

Kieran Hardern
Posted
Posted

The SSO is the method by which you authenticate. Take the data returned and from there simply write your code as you would for a normal login.

Link to comment
Share on other sites

 Share