All,
I'm looking at a CAS implementation where I have 2 REST services that are CAS protected, but one of the services also calls the other service. It's not clear from the CAS documentation what is the appropriate pattern in that case.
Access patterns:
User -> Rest A (user calls Rest A directly)
User -> Rest B -> Rest A (user calls Rest B, when then calls Rest A)
Does each Rest Service get its own ticket or would you treat the Rest services as a group and do a single service ticket for both of them?
Thanks for the help.
Erik