Questions tagged [federation]

267 questions
27
votes
4 answers

How to create federation metadata XML for "Relying Party Trust" and "Claims Provider Trusts" for ADFS 2.0

One of our web app would like to connect with ADFS 2.0 server to get credential token and check the user roles based on that. The ADFS server admin asked us to give them a federation metadata XML file to let them create Relying Party Trusts. I…
Yadong
  • 411
  • 2
  • 5
  • 15
14
votes
1 answer

OAuth 2 separate authentication from authorization for server-server API calls

Context I'm attempting to design an access control solution for our company product(s) that has the following three properties: customers can bring their own identity (from their IdP solution), aka we can federate with them for identity. This gives…
user7667810
14
votes
2 answers

RabbitMQ RPC across multiple rabbitMQ instances

I have three clients each with their own RabbitMQ instances and I have an application (let's call it appA) that has its own RabbitMQ instance, the three client applications (app1, app2, app3) wants to make use of a service on appA. The service on…
Jan Vladimir Mostert
  • 12,380
  • 15
  • 80
  • 137
13
votes
1 answer

Multiple IdentityServer Federation : Error Unable to unprotect the message.State

I'm trying to create a master slave type configuration for authentication with IdentityServer4 as below MyMasterIdentityServer0 (Master) - receives id_token and gives access_token |---> MySlaveIdentityServer1 (Basic Auth) |--->…
10
votes
4 answers

Can the Apple Id be used by non Apple applications?

Both Google and Facebook can act as Identity Providers in a security federation setup like Ping Identity or Microsoft ACS. Does anyone know if it is possible to add Apple Id as an identity provider?
Frode Stenstrøm
  • 1,048
  • 7
  • 24
10
votes
1 answer

What is a federated protocol?

I've heard this term recently to describe Google's new hangouts protocol, and Whisper System's new encrypted texting app. The new TextSecure push transport is a federated protocol What does that mean?
Philip
  • 4,128
  • 5
  • 31
  • 49
8
votes
1 answer

Is it possible to have partially federated gateway?

I'd like to federate services, but let the federation gateway also hold own schema and logic that would proxy REST API endpoints for simplicity. Now it looks like I need to have federation gateway service, federated graphql service(s) and the…
Ville
  • 464
  • 4
  • 14
7
votes
1 answer

KeyCloak LDAP Role mapper with AD groups

I have a KeyCloak LDAP federation question. Using LDAP Federation I am trying to map specific AD groups to one specific KeyCloak role. Example Fido belongs to the AD Group "Dogs" (LDAP:memberOf:cn=dogs,cn=users,dc=test,dc=com) Fluffy belongs to the…
Drew
  • 71
  • 1
  • 1
  • 3
7
votes
3 answers

What's the difference between WS-Trust, OpenID, and SAML Passive?

Seems that Microsoft ADFSv2 supports WS-Trust, and SAML Passive, but the WIF stack it's built upon doesn't support SAML. What is the difference between WS-Trust and SAML-P? Do they share the same security vulnerabilities, if so what are they? Note:…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
6
votes
2 answers

Efficient way to generate sequential numbers on SQL Azure Federations

Considering that SQL Azure Federations does not support the IDENTITY property or SEQUENCEs, what would be an efficient way to generate sequential numbers when inserting records? For instance, given a table with these columns: CREATE TABLE…
Fernando Correia
  • 21,803
  • 13
  • 83
  • 116
6
votes
2 answers

Hasura GraphQL Endpoint behind Apollo Federated Gateway

Has anyone successfully placed a Hasura GraphQL endpoint, behind an Apollo Federated Gateway? I know Hasura wants to act as the point of federation but I would rather not do that...current thought is to create an apollo server with a remote schema…
T.Davidson
  • 89
  • 7
6
votes
1 answer

REST authentication / authorization using JWT federated identities

I am looking at developing an application that exposes services using REST. These services will be accessed via browser and non-browser clients. I expect that there will be a number of installations of this software that are owned and managed by…
James
  • 63
  • 1
  • 3
5
votes
2 answers

Converting single client SQL Server database into single database multi tenant

We currently have a system where each of our users gets a database. We are now moving to a one database multi-tenant schema so one database can house many customers. A few questions: Is the a multi-tenant conversion tool in existence? Or is it just…
Matt
  • 3,305
  • 11
  • 54
  • 98
5
votes
2 answers

Webpack5 Module Federation fallback for failed network call

I recently made a federated module host that is federating the Header and the Footer of a site. Everything works as expected, but I am trying to build in some fallbacks if the request to the federated host fails. new ModuleFederationPlugin({ …
5
votes
1 answer

How does Azure Active Directory support federation with Okta as an IDP?

Is it possible to integrate Okta as an IDP (Identity Provider) for an application in Azure, where Azure would be the Service Provider? Presently the authentication is managed by Azure AD, we have AD users that have been granted access to these…
1
2 3
17 18