symphonyoss / symphony-java-client

Java client library for Symphony
Apache License 2.0
34 stars 37 forks source link

Support For JWT Authorization Endpoint? #63

Closed robmoffat closed 7 years ago

robmoffat commented 7 years ago

It would be nice if the Symphony Client module also supported Symphony's JWT auth mechanism, the endpoint being here:

/sessionauth/v1/authenticate/extensionApp

This is described in some detail here: https://extension-api.symphony.com/docs/application-authentication

However, the Symphony Client would just need to serve up the extensionApp point I think.

ftbb commented 7 years ago

commit 3dede96dff0d7bef4838a2035548b82515299fe1

See example: https://github.com/symphonyoss/symphony-java-client/blob/develop/examples/extensionappauth/ExtensionAppAuthentication.java

If satisfied, close issue.

robmoffat commented 7 years ago

Great work, thanks Frank!