Shibboleth restful api

I am writing an Android application for a university that uses Shibboleth to authenticate students.

Since I am creating my own Android application (and not a web view), I would like to programmatically pass the username and password and return the user credentials of the user. Shibboleth has a sedative api that I can use.

for ex. CAS has a https://wiki.jasig.org/display/CASUM/RESTful+API that will allow me to programmatically send username and password and return credentials. Is there something similar for a shibbolet?

+5
source share
2 answers

Shibboleth . JAAS + Java plugin + Rest , Restful.

0

All Articles