You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate Picketlink with my REST API calls, I have lot of APIs one of them is login API which
authenticate the user and return a Token in subsequent calls.
So i used picketlink-rest but i am getting below error
org.picketlink.rest.api.PicketLinkRestClient.getAssertion() // line 177 and WebForm responseForm = webResponse.getForms()[0];
org.picketlink.rest.api.PicketLinkRestClientException: java.lang.ArrayIndexOutOfBoundsException: 0
at org.picketlink.rest.api.PicketLinkRestClient.callSAML20IDP(PicketLinkRestClient.java:104)
Please help me in this.
Thanks,
Manjit Kumar
The text was updated successfully, but these errors were encountered:
Hi ,
I am trying to integrate Picketlink with my REST API calls, I have lot of APIs one of them is login API which
authenticate the user and return a Token in subsequent calls.
So i used picketlink-rest but i am getting below error
org.picketlink.rest.api.PicketLinkRestClient.getAssertion() // line 177 and WebForm responseForm = webResponse.getForms()[0];
org.picketlink.rest.api.PicketLinkRestClientException: java.lang.ArrayIndexOutOfBoundsException: 0
at org.picketlink.rest.api.PicketLinkRestClient.callSAML20IDP(PicketLinkRestClient.java:104)
Please help me in this.
Thanks,
Manjit Kumar
The text was updated successfully, but these errors were encountered: