0

I'd like to have my own Open ID server for authentication so that different apps use the same user database. I'm using Play Framework. Is there any library for this?

Arda Yigithan Orhan
  • 1,062
  • 11
  • 18

1 Answers1

0

I don't think there is any OpenId Provider library for Play Framework. But you can find openId client library for Play at https://github.com/pac4j/play-pac4j

Gajendra Naidu
  • 395
  • 3
  • 16