PHP OAuth platform
Budget: $30 – $250 USD
We want to setup a simple Oauth platform such that there is a single Google/MS app created and multiple applications can be linked in with it for Oauth without having to setup individual accounts - so something like
xyzsite.com > click oauth link > go to auth.oursite.com > redirect to google > google goes back to auth.oursite.com > redirect back to the final page with auth credentials
the system should support any client but have some sort of security elent so only authorised applications can connect (perhaps a whitelist, perhaps a key)
initially I want to keep it as simple as possible - logs should be retained though to be monitored or resolve issues.
No UI required (logs/apps can be accesseddirect to db via PHPMyAdmin)
google/ms keys should be in a config file
xyzsite.com > click oauth link > go to auth.oursite.com > redirect to google > google goes back to auth.oursite.com > redirect back to the final page with auth credentials
the system should support any client but have some sort of security elent so only authorised applications can connect (perhaps a whitelist, perhaps a key)
initially I want to keep it as simple as possible - logs should be retained though to be monitored or resolve issues.
No UI required (logs/apps can be accesseddirect to db via PHPMyAdmin)
google/ms keys should be in a config file