Click here to Skip to main content
15,881,089 members
Everything / Programming Languages / SAML

SAML

SAML

Great Reads

by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
by slavik57
Verify ADFS SAML token on ASP.NET service
by harleydk
How to perform SOAP request with advanced headers in Informatica Powercenter designer

Latest Articles

by harleydk
How to perform SOAP request with advanced headers in Informatica Powercenter designer
by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
by slavik57
Verify ADFS SAML token on ASP.NET service

All Articles

Sort by Score

SAML 

16 Jun 2018 by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
14 Nov 2014 by slavik57
Verify ADFS SAML token on ASP.NET service
27 Feb 2017 by AbishekAlva
0down votefavoriteI am trying to create a SOAP request instead of adding service reference that generates proxy classes. The main challenge am facing is with Authentication part. The service provider has 2 URLs 1) Security Token Service [STS] 2) Main service to be called for certain...
27 Feb 2017 by Hitesh-Systematix
Hello Abhishek,why don't you try some third party tool like SoapUI to test your soap services?You can't pass Soap headers in service by fiddler. So, this tool may be helpful for you.All the best.Note: Please mark as answered if helpful for you.
17 Aug 2020 by Sandeep Mewara
Was not aware of it. Looking at Google, seems the possible reason could be Quote: the redirection URI parameter being sent does not match the one registered for your client. It means - when you have created your API key you set the URL redirect...
6 Jul 2014 by Rupesh26
We have MVC 4 application from that we are receiving Auth token from saleforce.com to use their API using following coderequestData.Append("grant_type=password&");requestData.Append("client_id=" + ConfigurationManager.AppSettings["SfdcClientId"] + "&");requestData.Append("client_secret="...
13 Aug 2014 by MikeRox89
Hi All,I am developing a Web application that receives a token from a Federation server and then provides access to the correct user.(for eg. access to users User Role = 'Admin') I have gone through the below URL and created a CheckAccess function as mentioned here....
24 Oct 2014 by Member 9986764
Hello Experts,I am totally new to saml 2.0 with good experience on asp.net technologies however.I have been asked to implement a single sign on Proof of concept using SAML 2.0 which includes both IDP and 3 SP.Any help pointers , sample working code in this regard shall be very...
17 Jun 2015 by shriman1234
Hello All,Could you please help me out with simpleSAMLphp integration in asp.net web forms application.idp is in SimpleSAMLphp and want to use idp credentials for login to asp.net web site.Could you please help me with it and provide the libraries which can be used?Best...
6 Sep 2015 by Shaii.J
Hi, I got a requirement from the client i.e implementing single sing on using SAML in .net. I searched almost entire internet but no use. I have perfect knowledge regarding SAML but i dont know how to implement it in .net . Where do we get any samples to practice?. What are the key steps...
1 Nov 2015 by Kornfeld Eliyahu Peter
http://www.componentspace.com/Documentation/SAML%20v2.0%20Developer%20Guide.pdf[^]
16 Nov 2015 by KVPalem
I have been working on security related stuff in azure. mainly on providing security for back end services with API Management.We have Authorization protocols like OAuth 2.0 and WS-Federation,SAML and so on,... and i guess internally we need to select token format as SAML 1.0 or JWT for...
26 Nov 2015 by Ishpreet Kaur
I have a cakephp application and I was trying to use CakePHP-simpleSAMLphp-Plugin in my cakephp application. But this plugin, according to my understanding, requires simpleSAMLphp installation on my system and simpleSAMLphp will be a different server. It means I should have two servers: My...
1 Dec 2015 by Ishpreet Kaur
I have a cakephp application which needs users to be authenticated via SAML Sign Sign on. For this, I have followed the link "https://github.com/zl4bv/CakePHP-simpleSAMLphp-Plugin".According to its documentation, I have downloaded fresh copies of cakephp and simpleSAMLphp. Now, I have a...
11 Dec 2015 by Member 10714689
Hi,I have the requirement like to do sales force authentication from ASP.Net MVC5 web login form using SAML or OAuth protocolwork flow is like:1.stored user salesforce credentials in SQL db Login table.2.In Asp.net MVC Login page(User created): user will give his salesforce...
13 Dec 2015 by Member 10714689
Hi,How to implement Single sign on(SOS) in asp.net mvc 5 application using OAuth/SAML protocol.not by using Forms authentication.can anyone help me in this regard plz.Thanks in advance.
4 Feb 2016 by Alen Jose P
Could you please share how to Manage SAML request from asp.Net Client application to ADFS server? Is there need any other configuration in client side?What I have tried:In our case the ADFS server already configured, we need to implement SSO in our existing asp.net application using SAML...
10 Mar 2016 by Member 1097736
I have a custom IDP,i need to create SAML request from Shibboleth SP and fetch back the SAML Response and process it in Shibboleth SP.What I have tried:I followed the documentation given by shibboleth for SP 2.5.6 installation for windows but found it is not...
16 Jun 2016 by Member 12000047
I am working on SAML 2.0. I have forms authentication enabled in IDP. When a authentication request is made from SP to IDP, the request is authenticated using forms authentication in IDP. IsAuthenticated is set to false in SP when i use...
6 Oct 2016 by Lokesh Zende
Hi, I am doing a POC in ASP.Net for IdP Initiated SSO.I get logged in successfully with my AD credentials on ADFS login page.But, on my assertion page, how can I get the SAML response and validate the the user?I can see the response using developer tool but how can I get it using...
7 Jun 2017 by Kornfeld Eliyahu Peter
Start by reading these: Introducing Single Sign-on to an existing ASP.NET MVC application - Simple Talk[^] C# & ASP.NET SAML Authentication Examples - C Sharp ASP SAML Single Sign-On (SSO) Tutorial[^] Performing a SAML Post with C#[^]
9 Aug 2017 by Advay Pandya
Hello All, I am working with the functionality to integrate ADFS login page with my application. Flow User will try to visit page. Here system will try to authenticate user. System will redirect user to ADFS login page. User will enter login information. If user is authenticated then user...
14 Nov 2017 by adityarao31
Please let me know for implementing SAML which technologies are required. I have been assigned task to find it out.I came across lot of articles regarding How SAML work? etc.But no where I found how practically implement it.Please let me know at earliest. What I have tried: I ...
1 Dec 2017 by Richie_W
I have written an MVC controller for a much larger web application that facilitates an SSO integration with a business partner using SAML 2.0. The users for web application must first authenticate against Active Directory before having access. The application simply pulls additional data from...
1 Dec 2017 by Richie_W
Thanks F-ES! That makes perfect sense. And thanks for the insight on browser behavior. I learned something new today. :)
27 Jun 2018 by Member 11128915
Hello Friends, I am Able To generate Metadata for SSO using Below code: string path = HttpContext.Current.Server.MapPath("~/Certificates/test.cer"); XmlDocument doc = new XmlDocument(); EntityDescriptor spEntityDescriptor =...
9 Aug 2018 by harleydk
How to perform SOAP request with advanced headers in Informatica Powercenter designer
1 Oct 2018 by Rohith Reddy Vadiyala
hi, I'm verrrrrrrrrrry new to the concept of SSO, ADFS and SAML. we are trying to implement this on our Application. The following are the things that are mostly needed: >> What is a reply party URL and what does the URL must display when we run it (like is it any XML meta-data that must be in...
17 Aug 2020 by Member 11072126
Hi All, I am trying to implement login functionality using the package: angular-auth-oidc-client for Angular 10 project. I have gone through the documentation and have configured service but getting the error: Message: redirect_uri_mismatch...
2 Dec 2020 by Richard Deeming
You cannot redirect the user to another page in the beforeunload event. If you could, every malicious site on the net would use that tactic to prevent you from leaving their site - as soon as you try to close the browser or tab, or navigate away...
24 Sep 2021 by Member 15369438
You can use AspNetSaml GitHub - jitbit/AspNetSaml: Very simple SAML 2.0 consumer module for ASP.NET/C#[^] It's a very simple class for authenticating your ASP.NET 4.5 web application with SAML2 IdP.
11 Aug 2022 by Member 7513082
I am validating the certificate string given by SAML Provider based on the certificate string content. I want to fetch certificate string from certificate store for X509Certificate. What I have tried: Code is as below: string samlCertificate...
2 Dec 2020 by Member 11072126
Hi All, Am using Angular 10 along with Web API. We are using SAML authentication process and so we are just feeding the credentials to SAML while logging in and the rest is being taken care by SAML. It means that the session is also being...
1 Nov 2015 by Vijay M
How to do Single Sign on(SSO) in ASP.NET using SAML 2.0?
19 May 2023 by Ramana Lanke
Hi, Configured everything properly such as created application and user in auth0 and generated SP metadata with samltools as described in tutorial and started application on 8080 port as localhost:8080 then login age came from IDP but post login...
1 Jun 2023 by Member 15418280
We want to implement microsoft 2FA in our mvc application. our network team asked 2 things to share. 1-Entity ID 2- ACS URL How can we implement entity ID and ACS URL in MVC application. Any help will be highly appreciated. What I have tried:...
9 Aug 2017 by Advay Pandya
I have done some configurations in config file and now system is going to fetch the claims information
26 Sep 2022 by nevilledp
I have registered my in-house developed app on Azure and configured SAML SSO. I have also implemented the required code on my PHP app to authenticated to Azure using SAML. Why when I have already authenticated for MS Teams does Azure again ask my...
23 Jun 2023 by Member 15418280
We want to implement 2 factor authentication in our asp.net mvc c# application. We are using saml2 authentication azure AD, app is created in azure and we received xml and .cer file from exchange admin. We also have entity ID and ACS url. What...
11 Dec 2021 by Member 10735108
I'm pretty new to using SAML2.0,i need to implement SSO(IDP initiated SSO) functionality in my Application. My application currently authenticates users via a username/password look-up from a SQL database. my new requirement to implement SSO...