在asp.net上单点登录 [英] single sign on in asp.net

查看:111
本文介绍了在asp.net上单点登录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们已经开发了实施的单点登录方法来对用户进行身份验证.

We have developed implemented single sign on methodology to authenticate user.

当请求页面时,如果未通过身份验证,则将重定向登录页面.他们登录后将显示请求的页面.

When a page is requested, if it is not authenticated then a login page will be redirected. Once they logged in the requested page will be shown.

当我们不为虚拟目录分配域时,此方法有效.但是,当我们在身份验证后将域分配给虚拟目录时,应用程序不会重定向到请求的页面.

this is working when we don't assign a domain to the virtual directory. But when we assign the domain to virtual directory after the authentication the application is not redirecting to the requested page.

我们正在使用FormsAuthentication.GetRedirectUrl方法来重定向请求的页面.

We are using FormsAuthentication.GetRedirectUrl method to redirect the requested page.

为什么会这样?我们如何解决这个问题?

Why this is happening? How can we resolve this issue?

推荐答案

您可能还想检查Windows Identity Framework.

You might want to check Windows Identity Framework too.

此处的好文章: 查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆