Shibboleth restful api
Asked Answered
M

2

8

I am writing an android application for an University that uses Shibboleth for authenticating the students.

Since I am making a android native app (not a webview), I would like to programmatically pass the username and password and get back the user credentials of the user. Does Shibboleth have a restful api that I can use.

for ex. CAS has https://wiki.jasig.org/display/CASUM/RESTful+API which would allow me to programmatically send a username and password and get back the ticket credentials. Is there something similar for shibboleth?

Monk answered 24/3, 2011 at 6:2 Comment(0)
M
6

Shibboleth does not provide a REST interface, but they do have a non-browser-oriented authentication profile called ECP. https://wiki.shibboleth.net/confluence/display/CONCEPT/ECP

Moony answered 2/7, 2013 at 4:16 Comment(0)
T
2

Shibboleth doesn't have any restful support. However you can still use JAAS + Java plugin + Rest client to do authentication by calling your Restful based authentication system. I had similar implementation

Tybalt answered 25/1, 2016 at 0:45 Comment(1)
Can you please share some link using which I can authenticate without using webflow or Ecp flow ? I mean by implementing rest api.Yapok

© 2022 - 2024 — McMap. All rights reserved.