Hi
I have difficult in getting rest api data when login by the openid.
I couldn't find the way to how to set the openid login info in the request by curl.
I just found the baisc auth for the rest api by adding the username and password in the request header by curl.
But it didn't work in the openid login way, I also try to set the logined cookies in the request header, but the rest api also returned the null.
Appreciate if any advise/suggestions