single-sign-on Questions

3

Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some days now with this exception happening when SAMLResponnse is sent back from the ...

6

Solved

I have a nextjs application with next-auth to manage the authentication. Here my configuration .... export default NextAuth({ // Configure one or more authentication providers providers: [ Keycl...
Lascivious asked 14/4, 2022 at 13:37

4

Solved

What is the recommended way to validate the access token in backend? Any library that handles it? Another team has implemented the frontend they send the access token in the Bearer attributed in th...
Orelle asked 11/8, 2023 at 19:23

2

Solved

I new to SSO and I've only tried pysaml2 by far. I am also aware of python3-saml library (and its python-saml Python 2 flavour). I need to use one of those with Shibboleth, if it is relevant. Wh...
Excrescence asked 15/11, 2016 at 18:41

3

Solved

I'm working on a multi tenant project where usernames are actually their email addresses and the domain of the email serves as a tenant identifier. Now in keycloak I'll have different realms per t...
Coletta asked 16/6, 2017 at 7:54

2

Solved

I have my UI application which uses AWS Cognito for user authentication. We have successfully integrated the SAML identity provider in our Cognito UserPool. Now i want to support SSO using AD FS. ...
Astounding asked 5/7, 2018 at 6:59

6

Solved

I am tasked with implementing single sign-on for our customers as part of our next release. The flow exists as follows: User logs into their school's main portal system using a student id/passwo...
Anurous asked 13/1, 2013 at 22:44

5

Solved

I'm using aws sso login, but I can't found out how to discover if I'm already logged in or if I need to login again, the only way I found to do that is to run a command I know I have permission and...
Brunel asked 18/7, 2022 at 23:13

6

I am attempting to create a python script to connect to and interact with my AWS account. I was reading up on it here https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html ...
Gherardi asked 10/6, 2020 at 19:42

1

My brain is about to explode from a lack of understanding of SSO/SAML. Im currently working on a project whereby we are implementing a SSO identity provider using shibboleth. We have SSO up and r...
Gonocyte asked 7/7, 2011 at 11:40

1

I've been working with authentication providers and custom implementations of authentication at the application level, and I can't still wrap my head around these 2 concepts entirely. I understand ...
Payable asked 18/12, 2023 at 12:34

2

We have a native application that we're prototyping which needs to: Authenticate a User to fetch an Access Token as a public client via OIDC (OAUTH2) Render Web Content, in-app, from our web site ...
Bummer asked 26/6, 2023 at 20:53

1

I have an Argo Workflows instance with SSO configured. When I click a workflow link it takes me to the login page if I'm not signed in, which forces me to click the LOGIN button to redirect me to m...
Lunula asked 12/10, 2021 at 16:2

5

I'm working on a SAML SSO integration for our app using Google / G Suite. Our customers configure our SAML app in their company's G Suite admin settings. The integration works correctly in most cas...
Bureau asked 3/10, 2019 at 17:4

1

I'm Using the QTest APIs for the Automation. I authenticate using a Login API With username/password, get a bearer token, and use the token for the next API calls. But if I use SSO Credentials (Us...
Sika asked 30/9, 2023 at 20:25

2

Solved

I've copied the example app at this repository to try to implement single sign-on: https://github.com/Azure-Samples/ms-identity-javascript-v2. Into the msalConfig's auth object within the authConfi...
Braga asked 24/5, 2021 at 22:43

5

I am trying to implement Integrated Windows authentication on Edge, but it always prompts me for credentials, whereas Integrated Windows authentication is working for IE, Chrome and Firefox. ...
Archery asked 15/7, 2019 at 6:25

1

I was going through Keycloak cookies, and specifically on KC_RESTART. While reading on link : Keycloak Authentication flow found that KC_RESTART will be used to re-create authentication flow when b...
Gest asked 13/4, 2020 at 9:54

3

Solved

I believe the best practice for RESTful API's is to be stateless. I read abit about stateless authentication but am not totally clear how to implement it (looks like a mess of tokens etc). Passport...

4

Solved

I created a spa application owned by my organization only, but there was a problem when I requested code. How can I resolve it?
Nardoo asked 5/11, 2020 at 7:10

2

I am inexperienced in javascript and web development in general. The project I am working on is part of a general company training program. We have been instructed to use Google Chrome as the prima...
Multivocal asked 24/8, 2013 at 17:2

1

We have a requirement of implementing SSO for a customer(OKTA is his IDP) and we also have other client asking for SSO(ADFS and One Login). And all other clients authentication will be database aut...
Seena asked 14/11, 2019 at 12:33

0

To authenticate devices (PC's) towards Microsoft systems (MSAL) in Chrome, the plugin "Windows Accounts" is required. However, I can't get it to work. When accessing our websites from eit...

1

I have implemented Single Sign-On using node js in a Apache server. If I access any web application in the server, it would redirect to the sign-in page and after providing the credential, it is na...
Zachary asked 25/7, 2019 at 10:32

3

I am beginner to the SAML v2.0 technology and I get the theory knowledge but I didn't find any examples on Google. Can anybody provide me with a step by step example for simple "SAML for v2.0". U...
Pasquinade asked 14/9, 2013 at 11:34

© 2022 - 2024 — McMap. All rights reserved.