i'm having a lot of problems trying to implement an Oauth provider... I already read a lot of other questions about on stackoverflow and all doesn't have an answer.
I would like to know if anyone successfully start an Oauth provider using JAVA ? i found a lot of libraries but all of them are really bad commented and i cant work with them. I'm accepting any documentation that explain how an oauth provider should work and/or how implement it.
Situation:I have some data on mysql in my server and i want to authorize rely party to acess over oauth but i'm not sure how to do it
tks for ur time