xml - Error while reading SAML Response from Shibboleth IdP in java -
I am trying to write a service provider in Java. I am using Shibolith IDP I am able to send the request to IDP and I am getting the error when I am trying to read the response:
java.lang.IndexOfOboutException: Index : 0 at java.util.Collections $ empty (unknown source) org.opensaml.xml.util.LazyList.get (LazyList.java:93)
Just before:
Rendering = response. GetAstration () Obtain (0); Map resutls = new hashm ();
Any suggestions or indicators will be useful.
Comments
Post a Comment