Welcome to the Jazz Community Forum
OSLC java Rest client fails to authenticate with DNG server configured with SSO

We have written a java client (using Lyo SDK) to consume OSLC rest API exposed in DNG RM .
This is unable to authenticate with DNG 6.0.2 server configured with Jazz Authorization server.
(otherwise it works fine)
Kindly help me with java code snippet which I can use to authenticate with SSO server.
Comments
Donald Nong
Aug 17 '16, 11:48 p.m.The problem is not SSO, but JAS. When you use JAS, the log in process is different from the usual form-based one. I don't know of any published sample codes for dealing with such situation. Maybe you can capture the network traffic in a browser when logging in, and use your code to simulate the browser.