Questions tagged [federated-identity]

The concept of linking a single individual's digital identity across multiple (and usually disparate) IT systems. Federated identity is the larger concept encompassing narrow implementations such as Single-sign on (SSO).

The concept of linking a single individual's digital identity across multiple (and usually disparate) IT systems. Federated identity is the larger concept encompassing narrow implementations such as Single-sign on (SSO).

528 questions
0
votes
1 answer

Unable to Logout of WSFed App

I'm entirely new to WS Federation, and am tasked with insuring that Single Singout works. I have a function in a WS-Fed App (MVC): public ActionResult LogOff() { string idpSingleLogoutUrl =…
0
votes
1 answer

Distribution of ADFS public key on relying party servers

Not an expert on the subject, I wanted to understand if a public key such as the one used for signing saml tokens by a STS such as ADFS can be retrieved on-demand automatically by a relying party server. Is anything like this possible or does the…
whatever
  • 2,492
  • 6
  • 30
  • 42
0
votes
2 answers

Using cached Cognito identity from Xamarin

When I first log into my app, I go through the following code: auth = new Xamarin.Auth.OAuth2Authenticator( "my-google-client-id.apps.googleusercontent.com", string.Empty, "openid", new…
BlueMonkMN
  • 25,079
  • 9
  • 80
  • 146
0
votes
1 answer

Will Amazon Cognito Provide any control over the federated identities?

Will Amazon Cognito Provide any control over the federated identities? I want to able to block a google or Salesforce user. I don't to allow some federated guy entering.
0
votes
1 answer

Can we create Amazon Federated Identity Pools using API?

Can we create Amazon Federated Identity Pools using API? I would like to automate these tasks.
0
votes
0 answers

Issue fetching role assigned in Dynamic Group using the user in LDAP search filters

I have the following use case: 1) Roles are assigned to Dynamic Groups 2) When a user entry is given, the group's role is to be fetched. If role of "View only" is defined against a Dynamic Group…
hapx101
  • 9
  • 6
0
votes
1 answer

AWS Cognito Federated Identity Pool Custom Authentication Provider Sing out / logout issue

I am using a nodejs lamdas to get authentication tokens from AWS Cognito and in the front end code I am using the "aws-sdk": "^2.74.0" javascript / typescript sdk : var creds = new AWS.CognitoIdentityCredentials({ IdentityPoolId:…
0
votes
0 answers

Mapping roles in Jit Provisioning WSO2 IS

I'm using Google Federated Authenticator as IDP and i have problem with Jit provisioning. After successful login account is created in User Store witch i choose, but created user doesn't have role that i set in claim configuration. Logs from…
0
votes
1 answer

Specifying Required / Optional Claim Types in the Relying Party for a Passive STS

I have an asp.net application (relying party) that uses a passive STS for authentication and retrieval of claim values. The relying party is using the FederatedAuthenticationModule (FAM) to enable a passive redirect to the sts. I found…
0
votes
2 answers

How can I use my own template file instead of default template provided by Ping Federate on IDP SLO error?

I have my template file named as "companyName.idp.slo.error.page.template.html" which I want to display to User instead of the default template "idp.slo.error.page.template.html" provided by Ping federate whenever IDP SLO error occurs. Is there a…
userb
  • 25
  • 2
  • 8
0
votes
1 answer

Missing entity ID from environment - Keystone SP

When I configure the Keystone as Service Provider + horizon, I received this error in my /var/log/keystone/keystone-wsgi-public.log, after try logging in my IdP SimpleSamlPHP: 2017-03-15 01:32:26.240 29046 INFO keystone.common.wsgi…
0
votes
1 answer

Initials LDAP Attribute in Claim Rules for Microsoft Active Directory Federation Server

Does anyone know when setting up claim rules in MS ADFS whether the Microsoft Active Directory LDAP attribute of 'initials' can be selected from the 'Mapping of LDAP attributes to outgoing claim type'. If it's not available as a default option from…
0
votes
2 answers

Unauthenticated access is not supported for this identity pool with user pool

I have a Cognito User Pool to sign up/in my users from an app and then use Cognito Identity to provide authentication. I have disabled unauthenticated users. Once the user sign up, the user is created in the Pool. When he signs in, the identity is…
0
votes
2 answers

How do I federate from my AzureAD with another organisation's AzureAD

So we developed an app, published in our AzureAD (AAD), tested and it works as desired. Now the next step is to make it available to users that are administered in their own AAD. It should be possible to federate with another AAD right? But how do…
0
votes
1 answer

AWS iOS SDK 2.4.0 & Cognito documentation

With AWS iOS SDK 2.4.0 Amazon's documentation fell behind. Pages on writing code to support Federated Identities, particularly how to refreshing token ids no longer reflected the code. This page for example,…
Carl
  • 2,896
  • 2
  • 32
  • 50