Skip to main content

All Questions

0 votes
0 answers
13 views

CSAM saml logout

When the user logs off the application, it calls the logout endpoint in our identity project. The problem is, the application is logged off, but under the hood the user is still signed on in CSAM. I'm ...
Tim Maes's user avatar
  • 582
0 votes
0 answers
49 views

How can I obtain a decrypted SAML token from an encrypted SAML token?

I have a client website utilizing ADFS for SSO, and it appears the domain is hosted within the same ADFS instance. When I execute my code, it successfully provides a decrypted SAML token, likely ...
Dex's user avatar
  • 1
0 votes
0 answers
97 views

SAML response Verifying - Signature verification failed: invalid padding

Facing following issue while verifying the SAML response manually. Signature verification failed: invalid padding Sample: from xml.etree import ElementTree from signxml import XMLSigner, XMLVerifier ...
KarSho's user avatar
  • 5,237
4 votes
0 answers
1k views

In Liferay how to get the identity provider info and use them to programmatically trigger the SSO

I'm really new to Liferay and SSO and I have to do a very specific thing. I am using Liferay DXP 7.4, so I have the Liferay SAML Connector 2.0 available. In particular I need to configure Liferay as a ...
George Lords of Castle's user avatar
0 votes
1 answer
741 views

How to handle SSO authentication login using Jmeter

I want to perform performance test on a web application. It has SSO authentication during login. My Jmeter scripts are failing because of the SSO authentication. Kindly advise if Jmeter can handle SSO ...
Willy's user avatar
  • 1
1 vote
0 answers
167 views

Passing custom claims to SP with Shibboleth Samltest.id

I am currently working on SAML-based SSO (Single Sign On) and using IDP (Identity Provider) provided by samltest.id (they are using Shibboleth) to test my NodeJS SP (Service Provider). Samltest.id has ...
fenris's user avatar
  • 49
1 vote
0 answers
116 views

Can we use multiple authentication methods in ASP.NET MVC

I'm working on an ASP.NET MVC project, we have username/password authentication already implemented. We are trying to add SAML authentication (Azure AD) to the project. Is that possible? Can these two ...
Oumi's user avatar
  • 11
1 vote
1 answer
146 views

Maintain Concurrent Grants in Single OIDC Session

I am using node-oidc-provider library as an OIDC based interface to my auth-service, which eventually does SAML or OIDC based federation with the client. I have a scenario where user can perform e-...
parv bhardwaj's user avatar
2 votes
1 answer
1k views

Django SAML Auth giving error as Sorry, you are not allowed to access this app

I am trying to Integrate SSO authentication using grafana-django-saml2-auth My SAML_AUTH files looks like below SAML2_AUTH = { 'METADATA_LOCAL_FILE_PATH': os.path.join(BASE_DIR,'ssometadata.xml'), '...
Sudheer Kumar'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
1 vote
0 answers
114 views

How to correctly decouple SAML logic from Service Provider into its own authentication microservice

I'm trying to implement SSO with SAML 2.0 in a dynamic web app whose frontend and backend-for-frontend are outsourced and hence not maintained by my company. At the same time, this dashboard is to be ...
Facundo Linlaud's user avatar
0 votes
1 answer
381 views

ADFS as proxy to some IDP

As far as I know, Exchange does support WS-Federation, but it does not support SAML. At the same time I have IDP that does support SAML, but does not support WS-Federation. Is it possible to configure ...
Oleksii's user avatar
  • 1,519
2 votes
2 answers
5k views

AADSTS75011 Authentication method by which the user authenticated with the service doesn't match requested authentication method AuthnContextClassRef

https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/error-code-aadsts75011-auth-method-mismatch#cause The SSO works from Chrome and doesn't work from Edge. Can someone dumb down the ...
Vineeth Vishwanath's user avatar
0 votes
1 answer
565 views

When to re-authenticate with the IdP?

I'm in a situation where my application (SP) need to authenticate a user through SAML using an IdP (SP-Initiated SSO). Once my user is authenticated the first time he access the application, when ...
jplefebvre2's user avatar
0 votes
1 answer
1k views

Forcing Azure AD login prompt for SAML

I am using the Google Cloud connector application in Azure so that my organisation can login to their auto provisioned G Suite accounts with their Azure AD account. An inconvenience of this setup is ...
Keith's user avatar
  • 1

15 30 50 per page
1
2 3 4 5