swp-fu-eid / eid-fu-swp

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

Provide a logout mechanism #26

Closed janles closed 7 years ago

janles commented 7 years ago

@larissazech mentioned in Slack that we should provide a logout mechanism

janles commented 7 years ago

In my opinion a logout mechanism for our SSO (Single-Sign-On) isn't required. You don't have to logout from the OpenID Provider.
The webservice (our dummy webpage) should provide this mechanism. With SSO you can login to e.g. an account of the KVV and the KVV has to make it possible to logout.

larissazech commented 7 years ago

Implemented. Can be done with "/api/eidopenid/logout". Closed.