swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

Research on OAuth & OpenID Connect #8

Closed m273d15 closed 7 years ago

m273d15 commented 7 years ago

Research on OAuth and alternatives

Armagetron commented 7 years ago

This page contains a good introduction.

baris1892 commented 7 years ago

Django OIDC Provider: http://django-oidc-provider.readthedocs.io/en/v0.5.x/sections/installation.html

Die Library könnte eventuell hilfreich sein (vor allem werden sämtliche Python-/Django-Versionen unterstützt!)

janles commented 7 years ago

Like @Armagetron mentioned in Slack please read the following very good paper about OpenID Connect: Heise: OpenID Connect: Login mit OAuth, Teil 1 – Grundlagen. Independently of @baris1892 I found the same library in my research and this could be very useful for us. You can find other Django OICD Packages here: Django Packages - OpenID Connect

larissazech commented 7 years ago

I am going to write a summary of the OpenID Connect Specifications that can be obtained here: http://openid.net/developers/specs/. I consider this summary to be the requirement for closing this issue.

m273d15 commented 7 years ago

Since we are using OpenID it is not necessary to add a OAuth documentation.