/// <summary> /// Get a URL that redirects the user to the login-page for this IDPEndPoint /// </summary> /// <returns></returns> public string GetIDPLoginUrl() { return(IDPSelectionUtil.GetIDPLoginUrl(Id)); }
/// <summary> /// Get a URL that redirects the user to the login-page for this IDPEndPoint /// </summary> /// <returns></returns> public string GetIDPLoginUrl(bool forceAuthn, bool isPassive, string desiredNsisLoa, string desiredProfile) { return(IDPSelectionUtil.GetIDPLoginUrl(Id, forceAuthn, isPassive, desiredNsisLoa, desiredProfile)); }
/// <summary> /// Get a URL that redirects the user to the login-page for this IDPEndPoint /// </summary> /// <returns></returns> public string GetIDPLoginUrl(bool forceAuthn, bool isPassive) { return(IDPSelectionUtil.GetIDPLoginUrl(Id, forceAuthn, isPassive)); }