Skip to content

Additions to python-social-auth for Linköping University

License

Notifications You must be signed in to change notification settings

ovidner/python-social-auth-liu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-social-auth-liu

A python-social-auth backend for Linköping University through ADFS/OAuth2. See documentation for python-social-auth on how to use it.

Identity Provider setup

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:

  1. .\AddLiURelyingPartyTrust "Application Name" "https://yourapplication.com"
  2. Add-ADFSClient -Name "Client Name" -ClientId "*uuid or something similar*" -RedirectUri "https://yourapplication.com/callback-url/"
  3. Repeat step 2 if necessary.

About

Additions to python-social-auth for Linköping University

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published