Reputation: 340
i found cloudfoundry uaa on github.
github.com/cloudfoundry/uaa
is it designed for cloudfoundry cloud services only or i can use it as oauth/openid server with my web application ?
Upvotes: 1
Views: 831
Reputation: 58094
The UAA is designed to be generic and generally usable as an OAuth2 server and identity management solution. It's use and current home in Cloud Foundry could be seen as validation that it works in production, but it is very much supposed to be used by others. Feedback on the google list would be great, but if you prefer to ask questions, stackoverflow works too (the CF support team monitors the cloudfoundry keyword).
Upvotes: 5