Authentication requires a valid OAuth application to be registered with http://www.assembla.com.
Using your Assembla account you can create a new application registration using this link: https://www.assembla.com/user/edit/manage_clients
Registered oAuth application ID/Secret will be visible only for user who created it.
The entry should look like this:
NameYou can set any name you want.
Websitehttp://127.0.0.1:8080
Redirect URIhttp://127.0.0.1:8080/securityRealm/finishLogin
With 127.0.0.1:8080 replaced with the public hostname and port of your Jenkins instance.

The /securityRealm/finishLogin is required as this is where Assembla will redirect the user for the second part of the authorization process.