我正在尝试用java编写服务提供者。我正在使用 Shibboleth IdP。我能够向 IdP 发送请求,当我尝试读取响应时出现错误:
java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Unknown Source)
at org.opensaml.xml.util.LazyList.get(LazyList.java:93)
就在之前:
Assertion assertion = response.getAssertions().get(0);
Map resutls = new HashMap();
任何建议或指针都会有所帮助。