How to use dreamjub for your authentication - OpenJUB/dreamjub GitHub Wiki
Prerequisites
- Can be used by a majority of Jacobs inhabitants
- Can be made available at a subdomain of
jacobs.university
The Paperwork
- Register your application with us -> send mail to
admin at jacobs dot university
, and include:
- Name of your application
- Description of your app (140 characters max.)
- Your dreamjub username
- OAuth Client Type (Confidential / Public)
- OAuth Authorisation Type (Authorisation Code / Implicit)
- OAuth redirect URI (HTTPS only)
- Is your app already available? (Yes/No)
- Once your app is ready for general availability
- Make sure you only allow SSL
- Mail
admin at jacobs dot university
with your hostname or IP address
- Wait for confirmation
The Technical Details
- We support OAuth2, using either
Authorisation Code
or Implicit
grant types.
- URLs
- Authorisation:
https://jacobs.university/login/o/authorize/
- Token:
https://jacobs.university/login/o/token/
- Revoke Token:
https://jacobs.university/login/o/revoke_token/