Hi Richard, I had the same dilemma. Most write their own Authorization server. Pretty soon, once I complete it officially, my company will release a Java library to configure an OAuth Authorization server (as many have written me emails requesting of such library). I don't know if there is an existing one yet, probably Spring Framework has?
Kind Regards, Buhake Sindi www.sindi.co.za On 17 Jul 2014, at 10:47, Richard Snowden <[email protected]> wrote: > Hi there, > > after viewing some tutorials and running some samples code I understood the > client side of OAuth 2.0. > > Using existing Authorization Server seems to be not too complicated. > > Question is: How to implement my own Authorization Server? > > Since many companies have their own User/Privilege system, LDAP based (e.g. > Active Directory), etc. - they must have their own Authorization Server. > > Is there a framework, libraries, etc. for that? Or do I have to write the > code from scratch? > > cheers, > Richard > _______________________________________________ > OAuth mailing list > [email protected] > https://www.ietf.org/mailman/listinfo/oauth _______________________________________________ OAuth mailing list [email protected] https://www.ietf.org/mailman/listinfo/oauth
