<div dir="ltr">Is there any way to get the EntityID of the SP to be authenticated in the Servlet that is first accessed when the ExternalAuthnConfiguration flow starts?<br><br>For example, the following is the Servlet class, and I would like to obtain the EntityID of the SP to be authenticated in the following service method.<br><br>public class ExternalAuthnFlowServlet extends HttpServlet {<br><br>    @Override<br>protected void service(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException {<br>        // get EntityID of SP.<br>        // here is the process to get EntityID of SP.<br><br>   }<br><br>Shibboleth IdP version is 5.0.0<br></div>