Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovidner/python-social-auth-liu
Additions to python-social-auth for Linköping University
https://github.com/ovidner/python-social-auth-liu
adfs linkoping-university oauth2
Last synced: 10 days ago
JSON representation
Additions to python-social-auth for Linköping University
- Host: GitHub
- URL: https://github.com/ovidner/python-social-auth-liu
- Owner: ovidner
- License: mit
- Created: 2016-11-04T02:01:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T17:46:50.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T10:38:34.404Z (about 1 month ago)
- Topics: adfs, linkoping-university, oauth2
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.