Hi,
I'm looking for a way to do server side authentication without the need for user interaction (no browser).
If I understand correctly, I should use an app which uses the 'OAuth 2.0 with JWT' method of authentication.
I can't use the available SDKs.
I'm trying to wrap my head about the flow and what exactly should be done to authenticate.
I've got my client_id and client_secret.
How should I proceed from here? a short code sample in any development language (preferably in Java) would be appreciated.
Thanks,
J
