Infra:members

From UNamur InfoSec
Revision as of 13:14, 26 February 2019 by Lauevrar (talk | contribs)
Jump to navigation Jump to search

How to manage authorized users

1. Connect to django admin : oauth.infosec.unamur.be/admin

2. Click "Authorized users"

3. Add or remove the user and use the UNamur username as username

How to add an admin user to the application ?

1. Connect to django admin

2. Go to "Users" section

3. Change to user information to add him staff or super user status

Add oauth application

You can add a oauth application by going to : oauth.infosec.unamur.be/oauth/applications

Please note that, when configuring client application, you should use these urls for oauth :

https://oauth.infosec.unamur.be/oauth/authorize/
https://oauth.infosec.unamur.be/oauth/token/
https://oauth.infosec.unamur.be/api/user/

Trailing slashes are mandatory