jbittel/django-mama-cas

How to login with REST call?

bwang221 opened this issue · 1 comments

It seems that the login has to be redirected to the login page? (I use mama-cas-ng), is there a way to login with REST API and use a token from different apps?

I like the proposal . Some feature to consume the sso via REST API would be very cool for using it in microservices and other rest consuming clients.

There is a Standard described in CAS Protocol:
https://apereo.github.io/cas/5.3.x/protocol/REST-Protocol.html

(This is not the Process of Remote REST Auth delegation)