0

I need to authenticate against an existing CAS server from within a Mono desktop client application. The closest thing I've found is Jasig which would work great if I were using an ASP.NET application.

Does anyone know of a good library out there, or a way I could adapt Jasig to work from an executable?

orkutWasNotSoBad
  • 638
  • 6
  • 12

1 Answers1

1

The CAS servers supports RESTful APIs. You could use the API to submit ticket/validation requests. See here for more info, plz: https://wiki.jasig.org/display/CASUM/RESTful+API

Misagh Moayyed
  • 4,154
  • 2
  • 15
  • 25