Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

How to use dreamjub for your authentication

Leo edited this page Nov 14, 2016 · 1 revision

Prerequisites

  • Can be used by a majority of Jacobs inhabitants
  • Can be made available at a subdomain of jacobs.university

The Paperwork

  1. 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)
  1. 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/
Clone this wiki locally