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

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -