Questions tagged [federation]

267 questions
1
vote
0 answers

Global logout through oracle identity federation

In achieving SSO through Oracle Identity Federation, Identity provider will generate OAM session cookies and also federation based cookies and send SAML Assertion response to Service provider. Next when we Logout at service provider , only OAM…
1
vote
0 answers

rabbitmq remain so many unacked messages when using federation

I'm using rabbitmq federation to transfer messages to a remote server, and remote server will also send messages back to my local server. However, I find that there are so many unacked messages in my local server federation queue, seems like the…
daisydanngo
  • 75
  • 1
  • 10
1
vote
2 answers

Propagate user access right from an authentication web page to other html only web pages on the server?

I want to create a web page, that will serve to authenticate users based on credentials I give them (user1, pswd1 etc). Only after a user authenticated, he should have access to a few other web sites, on different folders of the web server, but…
Gil
  • 395
  • 4
  • 19
1
vote
1 answer

How does the FederationMetadata.xml get created on the STS

I'm trying to set up a Relying Party web application to use the newly set up ADFS 2.0, but when I run the FedUtil.exe, it cannot locate the Federationmetadata.xml file on the STS. I've searched the server for this document, but it doesn't seem to…
shannon.stewart
  • 974
  • 1
  • 8
  • 18
1
vote
3 answers

HDFS federation

I have few basic questions regarding HDFS Federation. Is it possible to read file created on one name node from another name node which is in the cluster federation? Does current version of Hadoop supports this feature?
1
vote
1 answer

ALTER FEDERATION SWITCH operation failed. Specified boundary value does not exist

We have a Windows Azure Federated database, which we need to turn into a normal database (due to Federations being retired shortly). Having read through copious amounts of documentation and tried various things, the answer seems to be the ALTER…
1
vote
1 answer

Login via Azure active directory from web form .aspx

We got web form based application with database driven user login. Now we want to switch to windows Azure AD. I know i can create a new project and add authentication mechanism to use sign on using Azure AD (easy enough). But what i want is to…
1
vote
1 answer

SQL Azure Federation Database Backup

We are using SQL Azure Federation and now we want to take backup. We tried using Migration tool and Enzo cloud backup utility but the SQL Federation version is deprecated in both of the tools. Is there any alternative method to take backup of…
1
vote
0 answers

Can't run command create wrapper federation

I'm trying to setup BigInsights Federation to Netezza following this guideline. But when I execute command create wrapper, I got an error: [C2-BIGDATA-BIGINS-MGTNODE.VMS2.COM.VN][bigsql] 1> create wrapper nz library 'libdb2rcodbc.so' OPTIONS(MODULE…
lknguyen
  • 23
  • 6
1
vote
1 answer

Errors setting up federation for rabbitmq

I am setting up federation on one rabbitmq broker (B), with another broker as the upstream broker (A). I'm getting this error on trying to run the command to set up the upstream broker. localhost:$ sbin/rabbitmq-plugins enable…
ssm27
  • 11
  • 4
1
vote
1 answer

Federate Skype with Open Fire

Is there anyone who knows how to federate skype with open fire. I have almost studied every link related to this topic but haven't found a solution yet. If anyone has solved this problem then please do help me. Thanks in advance.
shubham0703
  • 59
  • 2
  • 12
1
vote
2 answers

BigInsights Federation for Netezza

When trying to setup BigInsights Federation to Netezza following the guideline http://www.ibm.com/developerworks/library/ba-federation-biginsights/index.html After setting up all the env vars, when trying to create a wrapper to Netezza, I get the…
peterlandis
  • 645
  • 1
  • 7
  • 17
1
vote
1 answer

Google Apps SSO with Windows Azure AD

I am trying to configure Windows Azure AD with Google Apps using their SSO facility. I had gone through the guide provided by Azure and configured Azure AD with Google Apps. But when I try to sign in to my account using Azure Ad, I am given an error…
1
vote
1 answer

Is federation a valid approach for cross-domain SSO In case all the RPs and the STS are developed internally?

I need to implement Single Sign On feature for several internal web applications which are not deployed on the same domain. Is federation a good solution in my case? Or it is only used if I want to federate the authentication to an external IdP. I…
Homam
  • 23,263
  • 32
  • 111
  • 187
1
vote
1 answer

Add Federation(SSO) protocol plugin to my website for Single Sign On

I have an OpenAM Identity management and a website that needs its credentials for loggin in. I want to federate my website with Google. My web site doesn't support any Federation protocol. How can I do this? Is there any module or plugin for each…