Skip to main content

All Questions

Tagged with
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
1 vote
1 answer
73 views

Idp Initiated sso with Itfoxtec

According to the ItFoxTec documentation, I couldn't find information on implementing IDP-initiated SSO in the library, despite the presence of sample code for SP-initiated SSO. https://github.com/...
Anis Bouzidi's user avatar
1 vote
0 answers
440 views

Obtain Kerberos token when using SAML

I have an ASP.NET MVC application that interacts with SCOM. When a user fetches data in our application from SCOM we impersonate that current user so the correct SCOM permissions still apply to them. ...
psjw12's user avatar
  • 106
1 vote
1 answer
398 views

SAML SSO Using PingIdentity as an IDP

I am trying to use SAML sso with pingidentiy (pingone) and componentspace SAML library. Currently what I have to initiate the SSO is SAMLIdentityProvider.InitiateSSO( Response, ...
TheDizzle's user avatar
  • 1,574
1 vote
3 answers
583 views

SAML Signature Tag Name Standard

Shouldn't the SAML Signature be always <ds:Signature ></ds:Signature>... I have noticed some Idp use <Signature> and some use <ds:Signature> In C# I am trying to get the ...
Akshay G's user avatar
  • 2,220
1 vote
1 answer
417 views

Logout SAML using Azure AD

I have created an Enterprise application in Microsoft Azure for SSO. I have configured the Identity, Reply Url and Logout url of my application. My aim is to make my application SAML compliant. I'm ...
georgyfelix's user avatar
1 vote
1 answer
274 views

Where should I include MetaData file whether in web.config or else where in code?

I'm very new to SSO(Single Sign On) using SAML i have a lot of confusion regarding this SSO login integration. Identity Provider gave me a MetaData file to include in my project but i don't know where ...
BCPNAYAK's user avatar
  • 177
2 votes
1 answer
2k views

“urn:oasis:names:tc:SAML:2.0:status:Requester” in ADFS logout response

I get a SAML LogoutResponse with <samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Requester" /> I find reason in google : urn:oasis:names:tc:SAML:2.0:status:Requester- means that ...
Sun Jian 's user avatar
0 votes
2 answers
8k views

Failed to receive SAML response by HTTP post

In SSO Implementation, having validated the User, I created a SAMLResponse object and posted it to the Default Landing URL using IdentityProvider.SendSAMLResponseByHTTPPost() Method. ...
Nivas Pandian's user avatar
4 votes
1 answer
2k views

SSO with AD/ADFS and .NET Native Client

My question is about Active Directory (AD), Active Directory Federation Services (ADFS), Single Sign On (SSO), and SAML. We have a Client/Server Application with the following Specs: Client: WPF .NET ...
Daniel Müller's user avatar
2 votes
0 answers
2k views

Signing and Posting SAML file in C#

I am trying to implement single sign on using SAML. The idp sent me request sample as below: <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" AssertionConsumerServiceURL="...
Di Kamal's user avatar
  • 173
1 vote
0 answers
548 views

SAML2.0 Cryptography Exception (X509 Certificate)

I have a web application that I am configuring to work with an SSO system. The SSO system is correctly redirecting to my consumer service URL, but I am getting an error on my back end code. System....
D. Jones's user avatar
0 votes
1 answer
160 views

Facebook workplace rejecting valid SAML response token

I'm trying to validate facebook workplace users with my own identity provider. I've successfully generated the response token and also checked its validity from onelogin saml-response validator. But, ...
Shubham Mittal's user avatar
3 votes
2 answers
2k views

How to use saml sso with webforms

I have a website webforms and I need to integrate the saml sso authentication. I searched a long time for any information but there is so different stuff about that I can't identify properly the right ...
NAL's user avatar
  • 74
1 vote
0 answers
348 views

Extract Claims from an Encrypted SAML 1 Assertion Returned from WS-Federation

Our SSO implementation successfully extracts SAML claims from assertions obtained from SAML responses (SAML 2.0) posted from IDPs. We are now trying to support WS-Federation in support of applications ...
Eran's user avatar
  • 11

15 30 50 per page