Using DreamFactory to Authenticate for Outside Apps

Is there a way to use the JWTs dreamfactory creates in external systems? For example, using DF JWTs created through an LDAP service to login to Drupal?

@jraiche I think it would depend a lot on the claims for the JWT you receive from DF. If you are interested in seeing the claims you can do a GET /user/session to retrieve the sesssion token and then head here to decode the token string. Then to understand what all the claims mean I would recommend reading the JWT RFC spec. I’ll research a bit further as well to see what the possibilities are.