Questions tagged [federation]

237 questions
0
votes
1 answer

Optimization of database

I have a table named MetricTbl with fields as User_Id, Entity, Metric, ModifiedDate, Value. Value, UserId are integer. Entity and Metric are nvarchar. Table has around 30 million rows. I want to optimize the query - select SUM(Value) from…
manishkr1608
  • 283
  • 1
  • 3
  • 13
0
votes
1 answer

Building your own google wave federation

I'm looking to learn about running my own google wave server. There are videos on how to set it up and get it in the command line, but my question is.. okay - where do you go from there? How do you take this service that is running in the command…
Matt
  • 19,783
  • 24
  • 71
  • 113
0
votes
1 answer

WS-Federation protocol is deprecated

I am working with Identity and Access Control and I want to use Ws-federation protocol to enable browser based SSO (Single Sign On). I want to know whether this protocol is deprecated due to security reasons or not ?
Utsav
  • 1,565
  • 3
  • 21
  • 45
0
votes
1 answer

Rabbitmq federation delete messages

I'm planning to use rabbitmq federation plugin to replicate messages from master data center to standby, so I can't use cluster mirrored queues. Is it possible to replicate message deletion to auto sync queue?
kolchanov
  • 1,944
  • 2
  • 13
  • 30
0
votes
1 answer

SAML Artifact Resolution

I have two Tomcat servers IDP and SP. Created hosted IDP and a fedlet on the IDP. Copied the fedlet.war on to the 2nd tomcat, after creating the fedlet files I copied the keystore as well. When I checked the "Run Fedlet (SP) initiated Single Sign-On…
Vijay Akula
  • 11
  • 1
  • 3
0
votes
2 answers

The constraint 'IDENTITY' is not supported in a federated database

When am trying to create a table in federation am getting this error.How can I solve this. I have to use Identity. All things where set. but when try to apply federation this happens. Thanks in advance.
0
votes
0 answers

How to apply federation to an existing table

Am very new to azure federation.In my project there is an SQL azure database and now we want to use azure federation for scaling that database. Is it possible to Federate the existing table ?. How can I achieve this on my existing table casedetails.…
Anish Karunakaran
  • 917
  • 3
  • 14
  • 37
0
votes
2 answers

How to create federation in an existing azure sql database

Am very new to azure federation.In my project there is an existing SQL azure database and now we want to use azure federation for scaling that database. How can I achieve this on my existing table myCustomer. Am planning to federate the table based…
Anish Karunakaran
  • 917
  • 3
  • 14
  • 37
0
votes
0 answers

Sequential Id in Azure SQL Federation

I use Azure SQL federation to store users. As I read in this article, the best way to generate distributed federation key is to use GUID. I think show GUIDs to user isn’t human friendly, so I would like users also have ids like 1,2,3,4,5 and so on.…
0
votes
1 answer

ADFS 2.0 claims transformation

I have Sharepoint which has configured claims based authentication with the adfs. ADFS is configured to use third party claims provider trust. So when user is accessing sharepoint he is redirected through the adfs to the third party identity…
zosim
  • 2,809
  • 6
  • 29
  • 34
0
votes
1 answer

STS FederatedPassiveSignout on Mobile device using MVC4 C#

I'm using MVC4 c# and have incorporated a home grown security token service (STS). The user calls the actual web address, and they're passively redirected to the STS login. When they successfully authenticate they're redirected to where they're…
RichieMN
  • 787
  • 1
  • 9
  • 27
0
votes
2 answers

Creating an Azure SQL federation sharded off last digit of INT/LONGINT?

Let say a table has a primary key (CustId) of type int or longint. We would like to shard this table into a federated table depending on whether the OrderId is odd or even. i.e. Federated 'primary key' = (Fed_key, CustId) where OrderId is of type…
DeepSpace101
  • 11,760
  • 8
  • 70
  • 118
0
votes
1 answer

Does foreign key constraints for sql azure federations need tenantid in the actual constraint?

I understand that tenantid needs to be in all tables that you want to federate on in SQL Azure federations. But do you really need to change the foreign key constraint itself to have tenantid + actualPrimaryKey? Or can you just keep the…
0
votes
1 answer

SAML2.0 formated attribute for assertion - Federation Identity

We have a SAML 2.0 federated environment (IDP and SP). I would like to generate a custom attribute for assertions created only for one SP. As such, I will not modify the IDP configuration. The snippet of the SAML Assertion we need to create: <…
0
votes
1 answer

User management in passive federation

I have with usage of Windows Identity Framework (WIF) created IP-STS and three separate Relying Parties under the one federation. Federated Single Sing On and Sign Out scenarios work fine. This is prepared as an demo. What is my problem ? In…
Rastko
  • 832
  • 1
  • 13
  • 30
1 2 3
15
16