/// <summary> /// Bind a Saml2AuthenticateRequest using the active binding of the idp, /// producing a CommandResult with the result of the binding. /// </summary> /// <param name="request">The AuthnRequest to bind.</param> /// <returns>CommandResult with the bound request.</returns> public CommandResult Bind(ISaml2Message request) { return(Saml2Binding.Get(Binding).Bind(request)); }
public CommandResult Bind(Saml2AuthenticationRequest request) { return(Saml2Binding.Get(Binding).Bind(request)); }