Implementing OAuth provider in Java

后端 未结 1 2021
误落风尘
误落风尘 2020-12-04 15:31

What is the fastest/easiest way to get an OAuth provider running in Java? Specifically, I need to authorize third-party apps to access certain web services (I\'m thinking to

相关标签:
1条回答
  • 2020-12-04 16:27

    There are a few Java libraries out there for OAuth. Specifically, I'd have a look at this one. I haven't used it myself, but there is an example for running an OAuth Service Provider.

    There's a list of libraries available on the OAuth website: http://oauth.net/code

    0 讨论(0)
提交回复
热议问题