English 中文(简体)
是否有人可以使用ADFS 2. 0作为IDP, 向办公室365进行主动认证的样本?
原标题:Does anyone have a sample of performing active authentication to Office 365 using ADFS 2.0 as the idP, without WIF?

我需要这个用于一个地铁样式应用程序, 它不能使用被动认证, 而且没有WIF。

So far I ve managed to get a SAML token from ADFS 2.0. I now need to send this token to login.MicrosoftOnline.com, which will return me an SWT token to give to [mysite].sharepoint.com, which will give me cookies to include with REST requests.

ADFS 2. 0 和 登录。 MICROOSOnline 都说 WS- Trust 。 我在网络上找到了 many 样本, 显示如何向 MicrosoftOnline 发送象征性请求, 但是它们都依赖于发送用户名和密码。 但是, 在本案中, MicrosoftOnline 没有权限直接认证密码 。 我唯一的选择是给它 SAML 符号 。

Im使用用户名和密码在使用被动认证时效果良好,所以证书不是问题。

样本可以使用任何语言(克林贡除外),但最好使用.Net。

最佳回答

稍晚一点,我直到今天才看到你的问题。我设法用这个代码(使用usr/pwd):http://sharepointwinrt.codeplex.com/ 发送了一个标语给在线共享(使用usr/pwd):http://sharepointwint.copple.com/

也许它能给你一个起点

欢呼声,

胡安马

问题回答

暂无回答




相关问题
GitHub SAML SSO ( cloud enterprise)

I wanted to integrate GitHub saml sso for the project. I have a custom IDP and from the SP initiated saml flow, like getting to the https://github.com/orgs/ORG-NAME/sso and then sso getting successful,...

SAML Request - Declare Multiple Protocol Bindings

I have implemented a SAML Service Provider to support Single Sign On for an ASP.Net web portal, which is a shrink-wrap software configured on clients sites and must be able to interact with any SAML-...

understanding Shibboleth and SAML

I have a Drupal site I am standing up for a client. I ve been asked to use Single Sign on using SAML2 (where I would be the service provider and my client would be the identity provider). The best ...

Generate SAML 1.1 (and possibly 2.0) assertions

I m looking for a very easy and quick way to generate some SAML assertions. This is only going to be used for testing (using SOAP UI). So I just need something that can generate a valid assertion, ...

Implementing SSO with SAML and JBoss

I want to implement SSO with SAML tokens in JBossAS. The scenario is as follows. I have 2 applications app1 and app2 running on 2 JBoss instances. Login into app1 and enter username / password ...

Accepting a SAML 1.1 Assertion

I am working on providing a SSO solution to a customer who acts as an identity provider. He already has Siteminder on his side to generate SAML 1.1 assertions with user id and timestamp as parameters. ...