Questions tagged [saml]

Security Assertion Markup Language (SAML) is a standard for logging users into applications based on their sessions in another context.

Security Assertion Markup Language (SAML) is an XML-based open standard for exchanging authentication and authorization data between security domains, that is, between an identity provider (a producer of assertions) and a service provider (a consumer of assertions).
SAML is a product of the OASIS Security Services Technical Committee.

Also see SAML2.0

3545 questions
1
vote
2 answers

SAML : How to implement SSO (Single sign on ) for an web application

I have searched a lot for a good documentation on how to implement SSO as I am a beginner in this field. But got confused with documentations, available online. Is there any documentation that can help me directing : How to Create/configure IDP ,…
VictorGram
  • 2,521
  • 7
  • 48
  • 82
1
vote
1 answer

Spring Security multiple authentication provider not getting to the second one

I have an app that uses Spring Security, was using a custom authentication provider just fine. I need to add a SAML IDP into the mix now. So I got the sample SAML application up and running and I use that security context as a base. I have my…
mmaceachran
  • 3,178
  • 7
  • 53
  • 102
1
vote
2 answers

How to set up onelogin SAML in Ruby on Rails?

I am integrating the onelogin SAML API for Ruby tool kit to my current project. I configured the SAML settings. Here is my controller: class SamlController < ApplicationController skip_before_filter :verify_authenticity_token, :only => [:consume] …
user818642
  • 31
  • 2
1
vote
2 answers

SP Initiated C# SAML

We have Service Provider which requires SAML assertion to be done by SP Initiated. We need to enable our web application which is ASP.Net MVC C# to perform SP -Initiated SSO. The flow which we are looking at is Web Application -> Clicks Link to…
Hafeez Khan
  • 427
  • 2
  • 6
  • 22
1
vote
1 answer

JAVA - SAML 2.0 implementation

I've read about SAML and its capabilities, Learned the theory behind it and I think I fully understand the SAML "cycle". Now i'm stuck at the the point of actually implementing it on my web server (that serves as a service provider). I want to use…
Asaf Savich
  • 623
  • 1
  • 9
  • 29
1
vote
0 answers

Approach to achieve SSO with ASP.Net application and SAML Enabled app

I currently have a web application that is on the 4.0 framework without WIF installed, and I have a requirement to have SSO with a vendor application using the IDP-initated flow of SAML. The requirement doesn't allow me to install .net 4.5 nor WIF.…
Tom Kurian
  • 113
  • 13
1
vote
1 answer

How do you handle SAML Authentication in an Ionic App?

I am using ionic to build an app that requires SAML Authentication, does anyone have some guidance on this topic?? Currently I am able to send a username and password to the API I need to hit and get back a SAML Assertion, however I haven’t found a…
1
vote
1 answer

Azure AD SAML Authentication SP-initiated

Are there any usable examples for writing .Net code which would allow SP-initiated SSO using Azure AD as the iDP and SAML2 as the protocol? Everything I found online either doesn't have examples, doesn't explain clearly, or for the most part it's…
blizz
  • 4,102
  • 6
  • 36
  • 60
1
vote
1 answer

Jersey client stuck on SAML GET request

I'm having a problem with sending a GET request in Java, with an ApacheHttpClient4, to a SAML url (https://en.wikipedia.org/wiki/SAML_2.0). I fetch the url from a Location header that I get on a previous request, returning 302. Then I do a GET on…
Myone
  • 1,103
  • 2
  • 11
  • 24
1
vote
1 answer

Spring boot disable SAML security in Local environment

I am using spring boot 1.4.0+spring-security-saml2-core 1.0.2 with the help of following link Spring-Boot-Saml-example it is working great. Now i would like to disable the spring-saml security in my local environment(Local PC).It should work in DEV…
VelNaga
  • 3,593
  • 6
  • 48
  • 82
1
vote
1 answer

SAML response and assertion is signed/unsigned?

I have deployed and run spring saml sample successfully. From SAML Response (IdP -> SP) shown below, can it be identified whether: the SAML response is signed or unsigned? the assertion is encrypted or not? (I guess it's encrypted) the assertion…
cole
  • 11
  • 1
  • 2
1
vote
1 answer

Way to implement SSO for web and desktop applications

I am reading alot about federated identity management and technologies like SAML, which can be used for implementing SSO for web applications, and Kerberos, which can be used for implementing SSO für desktop applications. This is how I understood…
yemerra
  • 1,352
  • 4
  • 19
  • 44
1
vote
1 answer

office 365 sso saml dot net web application integration

Hi Does office 365 provides SSO SAML? Requirement: I have one asp.net web application from my web application i need to login into my office 365 account( SSO )and again it should redirect back to my web application. Is it possible to do with office…
1
vote
0 answers

Meta data implementation Using Asp.net and C# In SAML 2.0

I've created an application for single singn on service(SSO). I am using IDP and a ServiceProvider. In the IDP(Identity provider)I am using System.Diagnostics.Trace.WriteLine(created Xml oject ); to write the metadata xml . I want know, how the…
AnasChavadi
  • 427
  • 1
  • 4
  • 10
1
vote
1 answer

Implement Okta authentication from Web Api

I am working for AngularJS web application and we need to implement the OKTA authentication from Web Api. Is there any possible to way to implement the OKTA authentication from Web Api ?
Mus
  • 21
  • 2
1 2 3
99
100