单点登录 [英] Single sign on

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

问题描述

大家好,

我正在开发一个应用程序,其中已经创建了一个与SAP server交互的Web服务(通过biztalk).在web.config文件以及SAP uri中,我正在对用户名和密码进行硬编码.我需要为此Web服务创建一个单一登录,以便用户不必能够对硬编码的userName和密码进行登录和维护会议.

换句话说,每当Web服务调用SAP时,我们都必须能够传递凭据.
请帮助我实现同样的目标.
在此先感谢:)

Hi all,

I am developing an application where i have created a web service which interact with SAP server(via biztalk). In web.config file along with the SAP uri i am hardcoding the user name and password.I need to create a single sign on for this web service so that instead of hard coding the userName and password user must be able to sign in and maintain the session.

In other words, whenever web service calls the SAP we must be able to pass the credentials.
Please help me to achieve the same.
Thanks in advance :)

推荐答案

如果您只是使用google("asp.net单点登录")下车,就可以了将获得327千次点击,其中包括此CodeProject文章:

在ASP.NET中跨多个应用程序的单点登录 [
If you''d just get off your arse and trey using google ("asp.net single sign-on"), you''d get 327 THOUSAND hits, among them, this CodeProject article:

Single sign-on across multiple applications in ASP.NET[^]


希望 ^ ]的文章可能会对您有所帮助.
Hope Single Sign on[^] article may help you.


您所说的并不是严格意义上的单点登录.您正在谈论拥有可以在其他系统中识别的授权用户.通常,您可以使用Active Directory或Windows Identity来完成此操作.
What you are talking about is not strictly speaking single sign on. You are talking about having an authorised user who can be recognised in the other system. Typically, you''d accomplish this using either Active Directory or by using the Windows Identity.


这篇关于单点登录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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