I would like to implement OAuth as a service provider for my website (Google App engine Java, and also CakePhp) but I could not find any good library/tutorial. Does anybody have good references?
Regards
The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources.
Summary: OAuth 2.0 is a standard specification for allowing end users to securely authorize a client application to access protected server-side resources.
An OAuth service provider is defined with the oauthProvider element in the server. xml file. You can define an OAuth service provider by editing the server. xml file or by using the WebSphere® Application Server Development Tools for Liberty. This task describes how to define a minimal OAuth configuration.
You will need to implement the OAuth provider within you application. You can use things like http://github.com/mohangk/appengine_oauth_provider to help you implement this.
This might actually be a more helpful guide to what you want to do, since it is specifically about building a OAuth Provider in PHP:
http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With