swp-fu-eid / eid-fu-swp

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

Adjust example login client side from oidc example #31

Closed m273d15 closed 7 years ago

m273d15 commented 7 years ago

The OIDC documentation contains a working client example. It is necessary to setup this example in a docker container and to adjust it in order to fulfill our requirements.

This example uses the public mode. We have to clarify whether we need the confidential mode! If the other mode is needed, please adjust the example.

m273d15 commented 7 years ago

started in branch: oidc_example_client

m273d15 commented 7 years ago

Totally changed the code of the client in order to use a more maintained and powerful library. The other library had neither a repository, documentation nor a license.

m273d15 commented 7 years ago

The confidential mode also works in our example.