A python-social-auth
backend for Linköping University through ADFS/OAuth2. See
documentation for python-social-auth
on how to use it.
You need to have your application set up as a Relying Party in LiU ADFS. Contact the LiU helpdesk. The script can be used as follows:
.\AddLiURelyingPartyTrust "Application Name" "https://yourapplication.com"
Add-ADFSClient -Name "Client Name" -ClientId "*uuid or something similar*" -RedirectUri "https://yourapplication.com/callback-url/"
- Repeat step 2 if necessary.