RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Add authorization with Management portal using `authorization-code` #32

Closed nivemaham closed 4 years ago

nivemaham commented 4 years ago

We need a systematic way to authenticate users for rest-auth. We have to add support to login with Management Portal auth using authorization-code flow. @mpgxvii would you be able to take a look at the front-end side? @yatharthranjan @blootsvoets Have we done anything on this topic? I guess not yet. Am I right?

yatharthranjan commented 4 years ago

@nivemaham no we have not made any start on this yet but it is listed as one of the points in issue #13

yatharthranjan commented 4 years ago

We can use the radar-spring library to provide authorization in the backend.

blootsvoets commented 4 years ago

This was fixed with #55.