Questions tagged [federation]

267 questions
1
vote
0 answers

How to deploy statefulset in Kubernetes Federation?

It seems like the federation api currently doesn't support statefulset deployment, but I would like to know is that possible to deploy statefulsets in Kubernetes Federation in the situation described below. For example, for three pods: pod-0, pod-1,…
HAO
  • 85
  • 8
1
vote
0 answers

How to configure Oracle OpenSSO Fedlet with multiple service providers in ASP.Net?

We have an application (service provider) which is already set up to use SSO. The user is authenticated using an identity provider and IDP sends the request to the service provider with a few attributes which are retrieved and used at the service…
Sravani
  • 11
  • 1
1
vote
2 answers

Hadoop NameNode Federation

Ive been trying to understand federation in hadoop for a while now. My question is lets say I have two NameNodes NN1 and NN2, NN1 is managing the finance namespace NN2 is managing the IT namespace. If NN1 goes down will I still have access to the…
1
vote
1 answer

How to detect that federated prometheus stopped delivering metrics?

I have two "slave" prometheus severs, one in each of my kubernetes clusters. I have one centralised prometheus for federation and alerting. Sometimes, it happens that a "slave" stops delivering metrics. How to detect it? How to create an alert that…
Skarab
  • 6,981
  • 13
  • 48
  • 86
1
vote
1 answer

How to map a user to a domain other than Federated in OpenStack federation?

I am trying to understand direct mapping on OpenStack. I want to map a user to a domain other than Federated domain. But I always get user mapped to Federated domain. Here follows the link for direct mapping that I am…
Spsingh
  • 11
  • 2
1
vote
1 answer

can I send SAML request to IDp without register service provider into IDp

I mean to say, can I send SAML request to IDp without register service provider into IDp ?? my employer want to develop one sample application in JAVA with service provider and identity provider,so service provider will send SAML 2.0 authrequest …
abhi kumar
  • 35
  • 5
1
vote
1 answer

Does ADFS 3.0 federation work with non-ADFS identity providers?

Can ADFS 3.0 delegate authentication to a non-ADFS identity provider through a federation trust relationship?
1
vote
1 answer

.NET OWIN Federated Authentications request for tutorial

I have an MVC app suing C#/4.5 (external) that uses a given (wrote by someone that is not me) Identity Server. I can pass in a username / password and get the OAuth.AccessTokenResponse back without issue. I can leverage the Identity Server in its…
Martin Leir
  • 83
  • 1
  • 6
1
vote
0 answers

Kentor.AuthServices is appending SAMLRequest directly to sign-in URL which causes 403 Forbidden

I'm using AuthServices to implement single sign in. Everything works OK if I go directly to the IDP's sign in page: https://fedserver/saml2sso?SPID=https://myapp.com However if I click a link in my app which requires a login, it redirects to…
NickG
  • 9,315
  • 16
  • 75
  • 115
1
vote
1 answer

How to avoid session expired cookie for Owin Federation authentication?

We are using Cookie and WsFederation middleware to authenticate against ADFS server. Everything is working fine except the generate cookie is always session expired. When user close and reopen browser, they need to relogin. …
Gavin
  • 11
  • 3
1
vote
1 answer

How do I request additional claims from Passive STS with WIF?

I have the following: A website ASP.Net application acting as an Identity Provider (IDP STS) Federation Provider (FP STS) A Resource ASP.NET MVC WebSite acting as (RP) when trying to access a Resource in RP, it goes thru the FP STS and gets…
Heena
  • 11
  • 1
1
vote
2 answers

Google cloud service account federated access to AWS service

I am investigating if a hybrid AWS/Google Cloud infrastructure system is possible and one of the requirements I have is secure and simple authentication from one system to the other. Currently I need to connect to a restricted AWS S3 bucket from a…
1
vote
1 answer

Federation using OAuth as protocol and OpenAM as SP

I was wondering if it possible to make OpenID Connection federation with OpenAM. I didn't find anything in this subject and it appears to me that OpenAM allow Federation only for SAML,Liberty ID-FF, and WS-Federation. So is it possible to make…
rsabir
  • 738
  • 1
  • 7
  • 17
1
vote
0 answers

Metadata for Federated Authentication using Ruby on Rails

I have a server which does the federated authentication. I have metadata for Federation environment and the signing certificate. I will have to access this server from my ruby on rails application server. As per my understanding I have to provide…
user2914486
  • 163
  • 1
  • 15
1
vote
1 answer

Custom Federation for OAuth in WSO2

To write custom federation , after generating jar using pom from wso2 docs , i put that in said folder . but how do use this custom federation , Documentation stops after this . I cant see my new custom federation name in any drop down , i was…
Ameen
  • 37
  • 3