Questions tagged [federation]
267 questions
1
vote
1 answer
Decryption of SAML authenticaion response failed
I have problem with decryption of the received authentication response SAML message.
My app is connected with two IdP's of different types. Frist is ForgeRocks, OpenAM
and second Microsoft's ADFS server.
Both IdPs were provided with same service…

Rastko
- 890
- 1
- 17
- 32
1
vote
0 answers
Issues creating client for WCF Service using Federation
After modifying my service to use federation (see web.config below) I'm having trouble on my client getting it connected. In all that I have read it seems I should be able to just create
var client = new MyService()
and then set username and…

Kyle
- 164
- 2
- 12
1
vote
1 answer
eacces error in RabbitMQ when trying to set up federation
I'm trying to prototype federated message queuing between a Mac host and a Fedora 20 image running under VirtualBox. After a certain amount of head banging I managed to get the Mac exchanges federated from the Fedora exchanges, meaning that…

Daniel Ashton
- 1,388
- 11
- 23
1
vote
2 answers
SQL DB Project + Azure Federations
A am using Azure SQL DB with Federations in my project and want to keep sql scripts in solution. It has never caused problem until I tried edit sql code with federation keyword. I found out than couldn't integrate db project with azure federations.…

Bogdan Kolodii
- 299
- 3
- 11
1
vote
1 answer
The SAML logout did not complete properly
When sending SAML LogoutRequest to ADFS IdP I am getting on ADFS side error :
Microsoft.IdentityServer.Web.RequestFailedException: MSIS7054: The SAML logout did not complete properly.
at…

Rastko
- 890
- 1
- 17
- 32
1
vote
0 answers
ActiveMQ 5.8 / XMPP Federation (Support for dialback?)
I'm trying to set up XMPP federation between a Cisco UCM platform and ActiveMQ 5.8. (Would like to consume XMPP messages over JMS). I've verified XMPP is set up on ActiveMQ by attaching to it with iChat, and have sent messages through it that arrive…

James Boutcher
- 2,593
- 1
- 25
- 37
1
vote
2 answers
SAML Token only expires after 10 hours
I'm working with a custom STS based on WIF (.NET 4.0) that is currently used only for SharePoint applications. I have sliding expiration code set up in an HTTP module that works as expected, except the life time of the security token is 10 hours…

nickytonline
- 6,855
- 6
- 42
- 76
1
vote
1 answer
StarterSTS FederationMetadata Generator configuration for asp.net mvc 4
How do i configure dynamic federation metadata generator http handler that comes with StarterSTS to work along with ASP.NET MVC 4, right now i got this configuration inside web.config on IIS 7 but browser returns 404 not found