Questions tagged [federation]
267 questions
2
votes
3 answers
Identity alternative for SQL Azure Federation : are Azure Queues or Service Bus Queues a good choice?
As many of developers, I'm looking for a way to integrate my existing app to SQL Azure Federations, and replacing the Identity columns (the primary keys of my tables) is a big problem.
For many reasons, I do NOT want to use GUID for my primary keys…

JYL
- 8,228
- 5
- 39
- 63
2
votes
2 answers
How to sign-in to WIF federation on the same page?
I have this scenario.
RP with passive federation to 2.
Custom STS for user/password authentication
Everything is working fine. So far the user would press login link, which would go to a restricted area, thus the federation security was triggered,…

SmartK8
- 2,616
- 1
- 29
- 37
2
votes
1 answer
Does the WSO2 API Manager Support API Federation?
Basically, what I'm interested in doing is setting up a WSO2 API Manager in multiple regions; such as Asia, US, and Europe. Some APIs will be deployed within datacenters in each region while other APIs will only be deployed within a particular…

Bill Rawlinson
- 600
- 1
- 4
- 22
2
votes
0 answers
WCF Federation self hosted vs IIS hosted setup differences
I have a WCF service under .NET 4.0 that uses WIF 3.5 and the ws2007FederationHttpBinding binding. Currently it is running (successfully) as a self-hosted service, but I would prefer it to run under IIS7.5 . However I can't get it to work.
I haven't…

Nietecht
- 46
- 3
2
votes
2 answers
Ways to overcome the limitation of concurrent operations in SQL Database(azure)
My application is using windows azure and SQL Database(Azure). In near future we will be having traffic for our SQL Database near to 50,000 transactions/min. I am using 5GB Web database.
Now there is a limit of 400 concurrent operations per…

Ruchit Rami
- 2,273
- 4
- 28
- 53
2
votes
1 answer
SQL Azure Federation with S#arp Architecture
I’m using S#harp Architecture, has anyone found a way to access SQL Azure Federations with it?
I am aware that the following command must be executed outside of the transaction since SQL Azure does not allow “use Federation” statements within a…

user1489663
- 41
- 4
1
vote
1 answer
ADFS 2.0 token expiration time
I am caching a token issued by a ADFS 2.0 on the client and use it several times when calling the service.
In the production environment I want to ensure that the token a client can cache expires after a few minutes.
I have read that the token from…

flayn
- 5,272
- 4
- 48
- 69
1
vote
1 answer
Windows Azure ACS Change Federation Metadata and Web.Config for production deployments
I have an application that makes use of Windows Azure ACS. I have implemented Facebook, LiveID, Yahoo and Google authentication using ACS.
It's working fine on the development machine.
My application runs on http://127.0.0.1:81 during development…

Preetham Reddy
- 611
- 2
- 8
- 19
1
vote
2 answers
SQL Azure Federations and the Atomic Unit Identity
I've started work on my first Azure application, and I'm learning a lot as I go. One of the features I discovered recently was Federations in SQL Azure, essentially the SQL Azure sharding implementation so we can scale horizontally.
My project…

Mr Snuffle
- 654
- 1
- 6
- 15
1
vote
1 answer
Horizontal sharding, Java EE & JNDI
In a few months I'm going to have to horizontally partition my application. There are certain services within my application which need loads of CPU and memory, and for scaleability I'm going to want to shard it across multiple JVMs.
I have an…

Royce
- 532
- 3
- 11
1
vote
1 answer
Is it possible to use SQL Azure Reporting with a filtered SQL Azure Federation database?
Is it possible to use SQL Azure Reporting Services with a SQL Azure database using Federation, with tables federated by tenant ID, and the requirement that all access to the database is done through a connection filtered by the federation key, i.e.,…

Fernando Correia
- 21,803
- 13
- 83
- 116
1
vote
1 answer
How to Deploy Stored Procedures to a Federated Database in SQL Azure
I am currently working on getting automatic migrations set up to go to a federated database in Azure. I have finally gotten deployment of tables working, but one thing that is concerning for the future is deploying stored procedures.
It appears that…

fire.eagle
- 2,723
- 1
- 21
- 23
1
vote
1 answer
How to use WCF Data Services over SQL Azure Federation?
Is it possible to use WCF Data Services to provide CRUD access to an entity that is stored in a federation member on SQL Azure Federation?
Assuming the federation key is stored in the security principal and is readily available in the application…

Fernando Correia
- 21,803
- 13
- 83
- 116
1
vote
1 answer
WIF and passive federation, cookie access
Concerning passive federation, I'm wondering how the transport of the security token from STS to the relying party works exactly.
On nearly every article regarding the Windows Identity Foundation and passive federation it is said that browser…

ceran
- 1,392
- 1
- 17
- 43
1
vote
1 answer
I need to create a map of the original import statement of the key in __WEBPACK_MODULES__
I working with a federated modules library that uses an AMD implementation to create the libraries at runtime. This library will be run inside of an app bundled with Webpack.
However, in order to handle external dependencies I have to determine what…

Benjamin Polge
- 11
- 2