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
0 answers

How to validate access token within Resource Server obtained from the iOS client

I am building a spring boot java resource server as a backend for an iOS app. The iOS App authenticates users using federated login with Facebook and passes access token for resource server to create an internal user. linked to the facebook…
0
votes
0 answers

Auth.federatedSignIn({provider: "Facebook"}) in react native returns [ERROR] OAuth - Error handling auth response. [Error: invalid_client]

I am trying to configure a Social Sign In for Facebook in my react native mobile app using Cognito's hosted UI. My intention is to have any user that signs in with Facebook to have an enabled user in my Cognito User Pool. However, when I click my…
0
votes
1 answer

Azure AD B2C reuses previous user's token after logout when user changes

We have an application that uses MSAL.js to authenticate customers to their Azure Active Directories via Active Directory B2C. In the future we will introduce other IDPs in the mix and connect them to the B2C as well. B2C is configured via custom…
0
votes
1 answer

Trust multiple instances of IdentityServer

We are trying to integrate with another department, each of us have an instance of IdentityServer. They want to consume our APIs via access_tokens generated from their instance of IdentityServer. (Our IdentityServer & Our API): [IdentityServer-A]…
0
votes
1 answer

opensaml::BindingException when logging out of a Shibboleth Service Provider with Azure ActiveDirectory as IdP

When users click logout, I'm redirecting them to "/Shibboleth.sso/Logout" This successfully brings them to the Microsoft logout page, then they get redirected back to the SP. However, as they return to the SP they get a SOAP error…
0
votes
1 answer

Using Graph API with password grant type for a federated ID with Powershell

I am trying to create a batch which changes users' MFA phone number in case it got screwed up and an unreachable phone number has been set. The API does not support application permissions, so I am thinking of using password grant type and…
0
votes
1 answer

Idp-Initiated SSO | Validated by salesforce

I am working on idp-initiated authentication to salesforce.com. The generated SAML token is successfully validated from salesforce SAML validation page but when I redirect to salesforce from my idp it redirect me to login page of salesforce instead…
Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190
0
votes
1 answer

SAML (or other) authentication flow from non-browser clients

Looking for guidance to achieve the following functionalities for a web application: non-browser SSO seamless login Non-browser SSO The ADFS (IdP) is in a private network, but I would like to facilitate access from any network, meaning I need to…
rock3t
  • 2,193
  • 2
  • 19
  • 24
0
votes
0 answers

Example for AssumeRolewithSAML

I would like to get a full flow of this AssumeRolewithSAML mechanism but am not getting a real example for this. I understand the concept but something like a working model example i would like to see. Any leads for this.? TIA. For Reference
0
votes
1 answer

WSO2 to autenticate via webservice

I'm looking at how to implement authentication with WSO2 IS using an existing corporate webservice. I have to modify the login to accept 3 parameters that are clientCODE, IDnumber, and password. I am new to WSO2 IS and I started researching on the…
0
votes
1 answer

Azure AD Connect - Unset Domain as Federated

How can I unset the 'Federated' option for a Azure AD Connect domain?
0
votes
1 answer

Use access token generated from one wso2 identity server to access an api registered in another wso2 identity server

My goal to use access token which is created by wso2_identity_server1 for User1 which is existing only in wso2_identity_server1 to access a spring boot api which is registered with wso2_identity_server2 as service_provider2 through oauth2. That mean…
0
votes
1 answer

Is it possible to recognize that a user is the same unauthenticated user in a subsequent session with guest access of federated identity?

Let's say a user makes a purchase. Is it somehow possible to detect that a user is the same person on a different device when using Cognito User pools with federated identities that allow guest access? I don't want my users to have to provide an…
Mike
  • 609
  • 12
  • 36
0
votes
1 answer

How to develop an application employing ADFS security? Interested in the DEV phase

I recently developed a very small application that is secured using Active Directory (Federated Server) [ADFS]. I was the sole developer. We set up an ADFS server in our DEV environment, and created an entry that was specific for my dev…
DrGriff
  • 4,394
  • 9
  • 43
  • 92
0
votes
1 answer

IdentityServer - multiple OAuth servers with compatible tokens?

Is it possible to have multiple OAuth servers, in multiple environments, produce and consume tokens that are compatible across all servers? We have a vendor product that has an inbuilt OAuth server. We wish to perform the OAuth authentication using…
Brian Scott
  • 9,221
  • 6
  • 47
  • 68