How to get EntityID of SP with ExternalAuthnConfiguration

Noriyuki TAKEI ntakei at sios.com
Fri Nov 10 08:35:30 UTC 2023


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?

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.

public class ExternalAuthnFlowServlet extends HttpServlet {

    @Override
protected void service(final HttpServletRequest req, final
HttpServletResponse resp) throws ServletException {
        // get EntityID of SP.
        // here is the process to get EntityID of SP.

   }

Shibboleth IdP version is 5.0.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20231110/458fa1eb/attachment.htm>


More information about the users mailing list