symphonyoss / symphony-app-authentication

Symphony third party application authentication
Apache License 2.0
0 stars 4 forks source link

APP-1598 Define all interfaces and factories required to implement 'symphony-app-authentication-api' library #2

Closed robson-sanchez closed 6 years ago

robson-sanchez commented 6 years ago

This library requires interfaces to get POD and Session auth base URL's, to retrieve app keystore, and to retrieve/store the app/symphony tokens. All of them must be provided by the library consumer.

This code includes:

Part of this code already exists and it was moved to a common module to be reused in other modules.