Hi
Have an odd question...
We have a content server setup with authentication through OTDS. OTDS passes along groups from AD. And content server itself also has single sign on enabled.
I am in a developer AD group with a few other developers. Looking at OTDS, we are setup with the same permissions.... everything looks like it goes through groups, nothing set indiviudally.
The oddity comes in with calling the REST services.
Process is: Call into OTDS /authentication/credentials to get the ticket back. Pass that ticket into a api/v2/nodes/<id>/nodes REST call.
For me.... works just fine. For the other developers, the first step works great... the call into OTDS, get the ticket, good. But when they try to call the content server service passing in said ticket, they get a 401 error. Same code that works fine for me.
Any idea where to start digging to figure out what's wrong or different between my account and that of another dev? Already checked OTDS... looks fine as far as I can tell, and our accounts match as far as membership and permissions.
Thanks
Frank