scribe

Library for OAuth Provider (Java) [closed]

妖精的绣舞 提交于 2019-11-27 17:12:29
I'm looking for a Java library that helps me building an OAuth Provider. I must be able to receive OAuth signed requests and determine whether they are valid or not (checking the signature, timestamp and nonce values). Do you know if there's something out there that makes this task easier? Scribe is an OAuth library for Java, written by the asker himself. ;-) Note: I post this here as an answer so that other googlers have a choice of alternatives. For another library-based alternative, see my other answer "Jersey OAuth signature library". Some code to illustrate usage: OAuthService service =

Library for OAuth Provider (Java) [closed]

天大地大妈咪最大 提交于 2019-11-26 18:56:20
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I'm looking for a Java library that helps me building an OAuth Provider. I must be able to receive OAuth signed requests and determine