Skip to main content

All Questions

-1 votes
0 answers
27 views

Can two separate applications share the same SAML response to avoid multiple 2FA? [closed]

I have been tasked with creating a new landing page application (app 1) which users would then be able to use to access other applications (apps 2,3,4). Is it possible for App1 to be registered in ...
Brassic's user avatar
0 votes
1 answer
216 views

Can we integrate multi-tenant azure application (daemon app) with SAML? If yes, how?

We have a multitenant azure app (Daemon app) that connects with the client's outlook services, through graph API when a scheduler is triggered. No user sign-in is required. We successfully integrated ...
Asif Ansari's user avatar
0 votes
1 answer
30 views

What kind of API's are behind SAML, oAuth 2.0 and OpenID Connect?

Can someone explain how the backend of this protocols/standards works? I know they work on HTTP but I am not sure if they are REST or SOAP services. This is confusing a bit. Thanks!
Bro Pana's user avatar
0 votes
3 answers
229 views

What protocol should I prefer for Single Sign-On - OAuth 2.1, OpenID Connect, SAML or some other. Which 1 is more safe?

One of my juniors asked me this question. I went through all these protocols and related documentation but couldn't figure out which one to prefer.
BAA's user avatar
  • 56
3 votes
0 answers
888 views

Outlook authentication (SSO) with O365 via SAML as IDP Protocol - Invalid Resource error

We want to login into Office 365 with the Outlook 365 Desktop Clients using Single Sign-On with an own Identity Provider using SAML assertions. The whole workflow including creating a SAMLResponse ...
guitarlum's user avatar
  • 608
0 votes
2 answers
2k views

How to make openid call from saml request

Implementing SSO in my application and from app-1 i need to make a rest call to app-2. Login in app-1 with SAML and authenticated successfully and trying for rest call from app-1 with openid but since ...
Rohit Kumar Noulakha's user avatar
1 vote
0 answers
626 views

What are the different ways to authenticate two different server securely apart from OAuth and SAML?

Background: I want to integrate SSO in my existing application with my client's application and client IDP does not support any SAML and OAuth standards. Problem Statement: I'm looking for a custom ...
Deepak's user avatar
  • 1,574
0 votes
1 answer
382 views

How to implement Single Sign On using Oauth for colleges

So i've spent all morning researching this question to no avail. I am working on a project intended for college students and I want them to use their college credentials to login. According to my ...
abdi musse's user avatar
0 votes
1 answer
748 views

SSO authentication token revocation issue with pac4j (multiple providers)

In a webapp using the pac4j dependency to implement SSO support, I encounter an issue. Context: Java EE/JRE 1.7.0.79, Tomcat 7.0.70, org.springframework:spring:3.2.16.RELEASE, org.springframework....
Pascal's user avatar
  • 311
0 votes
1 answer
28 views

Can oauth be used to generate direct links to a third party service?

I have a client that wants to integrate to my software with the intention to do the following: - link their users to our platform and then access particular information (oauth first and then transmit ...
space_balls's user avatar
  • 1,413
0 votes
1 answer
221 views

Why should I use OAuth,SAML,Identity Server

We have many web applications and want to integrate SSO.What is the benefit of using OAuth,SAML,Identity Server. What is different from making a custom webapi that produce token and authenticate user.
Numan KIZILIRMAK's user avatar
1 vote
1 answer
143 views

OpenId : Is true SSO possible?

I have 3 web sites in my company and each has its own login page, but authenticating against same authentication ( let's say custom DB) store. Recently, we thought of implementing SSO and by having a ...
Tech Detail's user avatar
1 vote
2 answers
3k views

Is using a SSO Assertion (JWT or SAML) For OAuth Assertion Flow Common?

I'm working on a set of systems that are exposing REST APIs that are authenticated using OAuth 2. Various of these systems have their own indpendant sets of user accounts, there is no common notion of ...
EdC's user avatar
  • 2,349
2 votes
0 answers
143 views

How can I implement RestAPI who supports Saml protocol in Android/Java? [closed]

I am a beginner in android development. I want to create a SAML sample in Android. I went to read the basic specification of saml v2.0 and some concepts on single sign on. I could not find any site ...
VishnuPrabhu's user avatar

15 30 50 per page