> Is it possible to request an ST (through the Restful API) if I have the user > credentials (username/pwd)?
Yes, see http://www.ja-sig.org/wiki/display/CASUM/RESTful+API for a Python example. > It seems like I need to first get the TGT and > then use the TGT to get an ST. Can I somehow get the ST using just the > credentials? No. The RESTful API is simply a programmatic interface to the CAS protocol, so a TGT is the means by which service tickets are granted. > It appears to take a substantial amount of time to retrieve a > TGT and hence want to bypass it. Are you making this comment based on actual measurements? If creating a TGT is slow in your environment, it would be unusual and would merit investigation on its own. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
