<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 28,  comments - 13,  trackbacks - 0

    網站: JavaEye  作者: jacally  鏈接:http://lib.javaeye.com/blog/166619  發表時間: 2008年03月02日

    聲明:本文系JavaEye網站發布的原創博客文章,未經作者書面許可,嚴禁任何網站轉載本文,否則必將追究法律責任!

    CAS 單點登錄安裝筆記4
    --- asp.net client端的設置

    1、首先修改web.Config文件,加入以下設置:
    <authentication mode="Forms" >
    <forms name="casauth" loginUrl="login.aspx" />
    </authentication>
    <authorization>
    <deny users="?" />
    </authorization>

    本人對.net不是很熟悉,感覺這里的配置類似java web應用程序中的過濾器,當用戶訪問web頁時首先跳轉到login.aspx頁面進行驗證。

    2、加入以下c#代碼到login.aspx頁面的加載事件中:
        //CAS 身份驗證 服務器地址
    private const string CASHOST = "https://sso.gzps.net:8443/cas/";

    protected void Page_Load(object sender, EventArgs e)
    {
    System.Net.ServicePointManager.CertificatePolicy = new MyPolicy();

    // Look for the "ticket=" after the "?" in the URL
    string tkt = Request.QueryString["ticket"];

    // This page is the CAS service=, but discard any query string residue
    string service = Request.Url.GetLeftPart(UriPartial.Path);

    // First time through there is no ticket=, so redirect to CAS login
    if (tkt == null || tkt.Length == 0)
    {
    string redir = CASHOST + "login?" +
    "service=" + service;
    Response.Redirect(redir);
    return;
    }

    // Second time (back from CAS) there is a ticket= to validate
    string validateurl = CASHOST + "serviceValidate?" +
    "ticket=" + tkt + "&"+
    "service=" + service;
    StreamReader Reader = new StreamReader( new WebClient().OpenRead(validateurl));
    string resp = Reader.ReadToEnd();
    // I like to have the text in memory for debugging rather than parsing the stream

    // Some boilerplate to set up the parse.
    NameTable nt = new NameTable();
    XmlNamespaceManager nsmgr = new XmlNamespaceManager(nt);
    XmlParserContext context = new XmlParserContext(null, nsmgr, null, XmlSpace.None);
    XmlTextReader reader = new XmlTextReader(resp, XmlNodeType.Element, context);

    string netid = null;

    // A very dumb use of XML. Just scan for the "user". If it isn't there, its an error.
    while (reader.Read())
    {
    if (reader.IsStartElement()) {
    string tag = reader.LocalName;
    if (tag=="user")
    netid = reader.ReadString();
    }
    }
    // if you want to parse the proxy chain, just add the logic above
    reader.Close();
    // If there was a problem, leave the message on the screen. Otherwise, return to original page.
    if (netid == null)
    {
    Label1.Text = "CAS returned to this application, but then refused to validate your identity.";
    }
    else
    {
    Session["UserName"] = netid;
    Label1.Text = "Welcome " + netid;
    FormsAuthentication.RedirectFromLoginPage(netid, false); // set netid in ASP.NET blocks
    }

    }
    }


    以上代碼參照了ja-sig網站的解決方案:http://www.ja-sig.org/wiki/display/CASC/ASP.NET+Forms+Authentication

    3、以為這樣就可以了,運行時可以跳到sso服務器進行驗證,但跳轉以后報以下錯誤:
    " System.Net.WebException。 基礎連接已關閉。 無法建立與遠程服務器信任關系 "。
    應該與CAS Server端安裝了數字證書,而.net Client端并沒有安裝相應的證書有關。
    可以通過配置IIS服務器,支持HTTPS SSL協議實現安全數據交換中介紹的步驟導入CAS 服務端的數字證書,或者通過http://support.microsoft.com/kb/823177/上介紹的解決方案進行處理:
    實現類
    using System.Net;
    using System.Security.Cryptography.X509Certificates;

    public class MyPolicy : ICertificatePolicy {
    public bool CheckValidationResult(
    ServicePoint srvPoint
    , X509Certificate certificate
    , WebRequest request
    , int certificateProblem) {

    //Return True to force the certificate to be accepted.
    return true;

    } // end CheckValidationResult
    } // class MyPolicy


    客戶端代碼中包含下列代碼:
       System.Net.ServicePointManager.CertificatePolicy = new MyPolicy();


    所有代碼見附件WebSite.rar,將其部署到你的IIS服務器就可以了。
    關于IIS服務器的設置見asp.net一夜速成教程
    本文的討論也很精彩,瀏覽討論>>


    JavaEye推薦
    中國領先的電子商務網站-淘寶網招賢納士,誠聘Java工程師



    文章來源:http://lib.javaeye.com/blog/166619
    posted on 2008-03-02 11:52 Lib 閱讀(1161) 評論(0)  編輯  收藏 所屬分類: 服務配置Java
    <2025年5月>
    27282930123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567



    我的JavaEye博客
    http://lib.javaeye.com


    常用鏈接

    留言簿(2)

    隨筆分類

    文章分類

    FLASH

    Java

    搜索

    •  

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 亚洲黄色一级毛片| 免费一级不卡毛片| 精品国产亚洲一区二区三区在线观看 | 亚洲日韩av无码中文| 亚洲欧洲精品在线| 亚洲精品亚洲人成在线观看麻豆| 亚洲天堂在线播放| 亚洲精品高清视频| 亚洲福利视频一区二区三区| 亚洲精品国产免费| 亚洲一级在线观看| 亚洲熟妇AV日韩熟妇在线| 亚洲真人无码永久在线观看| 亚洲乱码国产乱码精华| 亚洲.国产.欧美一区二区三区| 羞羞视频在线免费观看| 一区二区三区在线免费 | 91亚洲国产成人久久精品 | 在免费jizzjizz在线播| 亚洲一级特黄无码片| 国产91色综合久久免费| 免费午夜爽爽爽WWW视频十八禁| 免费无码黄动漫在线观看| 全免费一级午夜毛片| 日木av无码专区亚洲av毛片| 国产精品成人亚洲| 久久精品国产亚洲av高清漫画 | 亚洲乱码中文字幕小综合| 亚洲最新永久在线观看| 青青草原精品国产亚洲av| 亚洲精品视频在线| 亚洲男人都懂得羞羞网站| 久久精品国产99精品国产亚洲性色| 国产亚洲精久久久久久无码AV| 亚洲国产免费综合| 亚洲综合色成在线播放| 伊人亚洲综合青草青草久热| 国内精品99亚洲免费高清| 亚洲熟女少妇一区二区| 亚洲国产精品无码AAA片| 香蕉视频在线观看亚洲|